Commit b7ad44584f5371db005b7a95b8e1cdd91c3820c7
1 parent
8906dd89
Test Graphe
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/graphe.php
@@ -38,7 +38,7 @@ $graph->yaxis->HideTicks(false,false); | @@ -38,7 +38,7 @@ $graph->yaxis->HideTicks(false,false); | ||
38 | 38 | ||
39 | $graph->xgrid->Show(); | 39 | $graph->xgrid->Show(); |
40 | $graph->xgrid->SetLineStyle("solid"); | 40 | $graph->xgrid->SetLineStyle("solid"); |
41 | -$graph->xaxis->SetTickLabels($absc); | 41 | +$graph->xaxis->SetTickLabels(Array('A', 'B', 'C', 'D')); |
42 | $graph->xgrid->SetColor('#E3E3E3'); | 42 | $graph->xgrid->SetColor('#E3E3E3'); |
43 | 43 | ||
44 | // Create the first line | 44 | // Create the first line |