This commit is contained in:
Rodolphe Quiedeville 2005-11-23 22:59:18 +00:00
parent 2b89e769e7
commit 2ae46bd984

View File

@ -87,7 +87,7 @@ class GraphCommerciauxPO {
for ($j = 0; $j < 12 ; $j++)
{
$datas[$j] = $xdatas[substr("00".$j,-2)];
$datas[$j] = $xdatas[substr("00".($j+1),-2)];
}
$bplot = new BarPlot($datas);