From e2b217713ac29aae36b4d9a24bcd2b05a24c2481 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 18 Feb 2005 12:42:00 +0000 Subject: [PATCH] =?UTF-8?q?Modifie=20la=20l=E9gende?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/stats/lignes/commandes.class.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/stats/lignes/commandes.class.php b/htdocs/telephonie/stats/lignes/commandes.class.php index 9e36692021d..6bb4dd203ba 100644 --- a/htdocs/telephonie/stats/lignes/commandes.class.php +++ b/htdocs/telephonie/stats/lignes/commandes.class.php @@ -30,10 +30,12 @@ class GraphLignesCommandes extends GraphBar { $this->file = $file; $this->client = 0; - $this->titre = "Commandes Lignes"; + $this->titre = "Commandes Lignes par mois"; $this->barcolor = "blue"; $this->showframe = true; + + $this->LabelAngle = 0; } Function GraphMakeGraph($commercial=0) @@ -69,7 +71,7 @@ class GraphLignesCommandes extends GraphBar { $row = $this->db->fetch_row(); $datas[$i] = $row[1]; - $labels[$i] = substr($row[0],-2)."/".substr($row[0],2,2); + $labels[$i] = substr($row[0],-2);//."/".substr($row[0],2,2); $i++; }