From d007ad47cca50d0d053d758896a3b658d516ede0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 25 Nov 2003 10:23:29 +0000 Subject: [PATCH] Utilisation de la classe bar --- htdocs/compta/facture/stats/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/stats/index.php b/htdocs/compta/facture/stats/index.php index f7e3d08bcfc..1d943657c4b 100644 --- a/htdocs/compta/facture/stats/index.php +++ b/htdocs/compta/facture/stats/index.php @@ -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);