Modification de la taille des grands graphiques

This commit is contained in:
Michael RICOIS 2011-09-30 15:16:01 +00:00
parent 01ffb6f52b
commit afb42362f6

View File

@ -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);