Modification de la taille des grands graphiques
This commit is contained in:
parent
01ffb6f52b
commit
afb42362f6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user