Diminue le nombre de semaines à 18
This commit is contained in:
parent
e2004d532e
commit
f9e00882ce
@ -120,7 +120,7 @@ class GraphLignesCommandesWeek extends GraphBar {
|
|||||||
|
|
||||||
$nbel = sizeof($datas_new);
|
$nbel = sizeof($datas_new);
|
||||||
|
|
||||||
for ($i = 0 ; $i < ($nbel - 22) ; $i++)
|
for ($i = 0 ; $i < ($nbel - 18) ; $i++)
|
||||||
{
|
{
|
||||||
array_shift($datas_new);
|
array_shift($datas_new);
|
||||||
array_shift($labels_new);
|
array_shift($labels_new);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user