Modification de la legende

This commit is contained in:
Rodolphe Quiedeville 2005-10-20 19:22:53 +00:00
parent 6e1c130e3c
commit 7bfddcba7f

View File

@ -97,7 +97,7 @@ class GraphCommNbMinutes extends GraphBar{
{
$row = $this->db->fetch_row();
$this->labels[$i] = substr($row[0],4,2) . '/'.substr($row[0],2,2);
$this->labels[$i] = substr($row[0],4,2);
$this->datas[$i] = ceil($row[1] / 60);
$i++;