From 79274ca961935988ef3af281646391d973500c1c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 18 Feb 2005 12:43:27 +0000 Subject: [PATCH] =?UTF-8?q?Modifie=20la=20l=E9gende=20de=20l'axe=20des=20X?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/stats/lignes/commandes.week.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/telephonie/stats/lignes/commandes.week.class.php b/htdocs/telephonie/stats/lignes/commandes.week.class.php index bdbcfc53872..a670c520e01 100644 --- a/htdocs/telephonie/stats/lignes/commandes.week.class.php +++ b/htdocs/telephonie/stats/lignes/commandes.week.class.php @@ -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); } }