Modif legend
This commit is contained in:
parent
7a3417fa93
commit
85f87034b3
@ -80,7 +80,7 @@ class GraphCommercialGain extends GraphBar {
|
|||||||
$row = $this->db->fetch_row($resql);
|
$row = $this->db->fetch_row($resql);
|
||||||
|
|
||||||
$datas[$i] = $row[1];
|
$datas[$i] = $row[1];
|
||||||
$labels[$i] = substr($row[0],-2)."/".substr($row[0],2,2);
|
$labels[$i] = substr($row[0],-2);
|
||||||
|
|
||||||
if ($commercial > 0)
|
if ($commercial > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user