Modification légende
This commit is contained in:
parent
5240d3f4dd
commit
a8f216d142
@ -88,7 +88,7 @@ class GraphCa extends GraphBrouzouf
|
|||||||
$cf[$i] = $row[3];
|
$cf[$i] = $row[3];
|
||||||
$cv[$i] = $row[2];
|
$cv[$i] = $row[2];
|
||||||
$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);
|
||||||
|
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user