Skip to content
Snippets Groups Projects
Commit 7ed3d15b authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Modif legende

parent 9264afa1
Branches
Tags
No related merge requests found
...@@ -93,7 +93,7 @@ class GraphGain extends GraphBrouzouf{ ...@@ -93,7 +93,7 @@ class GraphGain extends GraphBrouzouf{
$g[$i] = $row[1]; $g[$i] = $row[1];
$labels[$i] = substr($row[0],5,2)."/".substr($row[0],2,2); $labels[$i] = substr($row[0],5,2);
$this->total_gain += $row[1]; $this->total_gain += $row[1];
$this->total_ca += $row[2]; $this->total_ca += $row[2];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment