Modifie la lgende de l'axe des X

This commit is contained in:
Rodolphe Quiedeville 2005-02-18 12:43:27 +00:00
parent 2c33e6c9cf
commit 79274ca961

View File

@ -150,6 +150,8 @@ class GraphLignesCommandesWeek extends GraphBarAcc {
$datas_new_rej = array_reverse($datas_new_rej);
$labels_new = array_reverse($labels_new);
$this->LabelAngle = 0;
$this->GraphDraw($this->file, $datas_new, $labels_new, $datas_new_rej);
}
}