Utilisation de la classe bar

This commit is contained in:
Rodolphe Quiedeville 2003-11-25 10:23:29 +00:00
parent a30726216f
commit d007ad47cc

View File

@ -42,7 +42,7 @@ $year = strftime("%Y", time());
$data = $stats->getNbByMonthWithPrevYear($year);
$filev = "/document/images/nbfacture2year-$year.png";
$px = new Graph($data);
$px = new BarGraph($data);
$px->SetMaxValue($px->GetMaxValue());
$px->SetLegend(array($year - 1, $year));
$px->SetWidth(450);