From afb42362f644a8791570621577bb3568ff355067 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 30 Sep 2011 15:16:01 +0000 Subject: [PATCH] Modification de la taille des grands graphiques --- library/Finance/RatiosGraph.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/Finance/RatiosGraph.php b/library/Finance/RatiosGraph.php index d4ddce791..91fd98fcf 100644 --- a/library/Finance/RatiosGraph.php +++ b/library/Finance/RatiosGraph.php @@ -31,7 +31,7 @@ class RatiosGraph if( $cache->exist($this->path.$file) ){ $return = $file; } else { - $w = 600; + $w = 665; $h = 210; $x = round($w/2); $y = round($h/2); @@ -75,7 +75,7 @@ class RatiosGraph if( $cache->exist($this->path.$file) ){ $return = $file; } else { - $w = 600; + $w = 665; $h = 210; $x = round($w/2); $y = round($h/2); @@ -123,7 +123,7 @@ class RatiosGraph if( $cache->exist($this->path.$file) ){ $return = $file; } else { - $w = 600; + $w = 665; $h = 210; $x = round($w/2); $y = round($h/2); @@ -287,7 +287,7 @@ class RatiosGraph $i+=2; } - $c = new XYChart(600, 350, 0xcccccc, 0x000000, 1); + $c = new XYChart(665, 350, 0xcccccc, 0x000000, 1); $c->addTitle("Synthèse *", "timesbi.ttf", 15, 0x000000); $c->addText(60, 320, "* Elements financier rapportés à 12 mois" ); $c->setPlotArea(60, 80, 500, 200, 0xffffff, -1, -1, 0xcccccc, 0xcccccc);