Modification de la legende
This commit is contained in:
parent
6e1c130e3c
commit
7bfddcba7f
@ -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++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user