Modifie la légende de l'axe des X
This commit is contained in:
parent
2c33e6c9cf
commit
79274ca961
@ -150,6 +150,8 @@ class GraphLignesCommandesWeek extends GraphBarAcc {
|
|||||||
$datas_new_rej = array_reverse($datas_new_rej);
|
$datas_new_rej = array_reverse($datas_new_rej);
|
||||||
$labels_new = array_reverse($labels_new);
|
$labels_new = array_reverse($labels_new);
|
||||||
|
|
||||||
|
$this->LabelAngle = 0;
|
||||||
|
|
||||||
$this->GraphDraw($this->file, $datas_new, $labels_new, $datas_new_rej);
|
$this->GraphDraw($this->file, $datas_new, $labels_new, $datas_new_rej);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user