From 0d7b35f2bad6ad54a30af330b713920f73624501 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 12 Jul 2007 08:25:54 +0000 Subject: [PATCH] elargissement des graph --- htdocs/telephonie/stats/ProcessGraphLignes.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/telephonie/stats/ProcessGraphLignes.class.php b/htdocs/telephonie/stats/ProcessGraphLignes.class.php index 6cf5b97bfe4..222f53a2e77 100644 --- a/htdocs/telephonie/stats/ProcessGraphLignes.class.php +++ b/htdocs/telephonie/stats/ProcessGraphLignes.class.php @@ -126,7 +126,7 @@ class ProcessGraphLignes $graphx = new DolibarrSimpleBar ($this->db, $file); $graphx->ligne = $ligne; - $graphx->width = 360; + $graphx->width = 400; $graphx->titre = "Chiffre d'affaire (euros HT)"; $graphx->barcolor = "blue"; $graphx->show_console = 0 ; @@ -138,7 +138,7 @@ class ProcessGraphLignes $graphx = new DolibarrSimpleBar ($this->db, $file); $graphx->ligne = $ligne; - $graphx->width = 360; + $graphx->width = 400; $graphx->titre = "Gain (euros HT)"; $graphx->barcolor = "green"; $graphx->show_console = 0 ; @@ -150,7 +150,7 @@ class ProcessGraphLignes $graphx = new DolibarrSimpleBar ($this->db, $file); $graphx->ligne = $ligne; - $graphx->width = 360; + $graphx->width = 400; $graphx->titre = "Durée moyenne"; $graphx->barcolor = "orange"; $graphx->show_console = 0 ; @@ -162,7 +162,7 @@ class ProcessGraphLignes $graphx = new DolibarrSimpleBar ($this->db, $file); $graphx->ligne = $ligne; - $graphx->width = 360; + $graphx->width = 400; $graphx->titre = "Nombre de communications"; $graphx->barcolor = "yellow"; $graphx->show_console = 0 ; @@ -174,7 +174,7 @@ class ProcessGraphLignes $graphx = new DolibarrSimpleBar ($this->db, $file); $graphx->ligne = $ligne; - $graphx->width = 360; + $graphx->width = 400; $graphx->show_console = 0 ; $graphx->titre = "Nombre de minutes"; $graphx->barcolor = "pink";