Bugfix
This commit is contained in:
parent
2b89e769e7
commit
2ae46bd984
@ -87,7 +87,7 @@ class GraphCommerciauxPO {
|
|||||||
|
|
||||||
for ($j = 0; $j < 12 ; $j++)
|
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);
|
$bplot = new BarPlot($datas);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user