From 8a56610f91b5a5b206b751dedb2ed7cab0e47904 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 9 Aug 2005 14:09:24 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20des=20libell=E9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/stats/graph/comm.nbmensuel.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/graph/comm.nbmensuel.class.php b/htdocs/telephonie/stats/graph/comm.nbmensuel.class.php index 3ced38baddc..584cd5715b1 100644 --- a/htdocs/telephonie/stats/graph/comm.nbmensuel.class.php +++ b/htdocs/telephonie/stats/graph/comm.nbmensuel.class.php @@ -46,6 +46,8 @@ class GraphCommNbMensuel extends GraphBar{ { $this->GetDatas(); + $this->width = 360; + if (sizeof($this->datas)) { $this->GraphDraw($this->file, $this->datas, $this->labels); @@ -100,7 +102,7 @@ class GraphCommNbMensuel extends GraphBar{ { $row = $this->db->fetch_row(); - $this->labels[$i] = substr($row[0],4,2) . '/'.substr($row[0],2,2); + $this->labels[$i] = substr($row[0],4,2); $this->datas[$i] = $row[1]; $i++;