From 4c221d758219a9f3b0265325cbc7c4e1f77f68ce Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 29 Jul 2005 12:55:21 +0000 Subject: [PATCH] Modif largeur des graphiques --- htdocs/telephonie/stats/ProcessGraphLignes.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/telephonie/stats/ProcessGraphLignes.class.php b/htdocs/telephonie/stats/ProcessGraphLignes.class.php index d5870ce7d2b..5c31598525e 100644 --- a/htdocs/telephonie/stats/ProcessGraphLignes.class.php +++ b/htdocs/telephonie/stats/ProcessGraphLignes.class.php @@ -120,6 +120,7 @@ class ProcessGraphLignes $graphduree = new GraphAppelsDureeMoyenne ($this->db, $file); $graphduree->ligne = $ligne; + $graphduree->width = 360; $graphduree->show_console = 0 ; $graphduree->Graph(); @@ -129,6 +130,7 @@ class ProcessGraphLignes $graphx = new GraphCommNbMensuel ($this->db, $file); $graphx->ligne = $ligne; + $graphx->width = 360; $graphx->show_console = 0 ; $graphx->Graph(); @@ -138,6 +140,7 @@ class ProcessGraphLignes $graphx = new GraphCommNbMinutes ($this->db, $file); $graphx->ligne = $ligne; + $graphx->width = 360; $graphx->show_console = 0 ; $graphx->Graph(); }