Synchro
This commit is contained in:
parent
b36c863bcb
commit
33c45478bd
@ -160,7 +160,10 @@ class GraphClientsMoyenneWeek extends GraphLine {
|
|||||||
array_shift($moys);
|
array_shift($moys);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->GraphDraw($this->file, $moys, $labels_new, $moys);
|
if (sizeof($moys) > 1)
|
||||||
|
{
|
||||||
|
$this->GraphDraw($this->file, $moys, $labels_new);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user