Modif taille graphique

This commit is contained in:
Rodolphe Quiedeville 2005-10-11 18:06:08 +00:00
parent 844c2b8bb0
commit a6edad4ef8

View File

@ -290,8 +290,8 @@ foreach ($labels as $labl)
$file = $img_root . "/factures/ca_mensuel_preleve.png";
$graph = new GraphBarAccumul ($db, $file);
$graph->titre = "Chiffre d'affaire par méthode de réglement";
$graph->width = 440;
$graph->height = 360;
$graph->width = 640;
$graph->height = 480;
$graph->barcolor = "yellow";
$xdatas[0] = array($cout_vente_prelev, $cout_vente_autre);