Commit b7ad44584f5371db005b7a95b8e1cdd91c3820c7

Authored by Guillaume
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 38  
39 39 $graph->xgrid->Show();
40 40 $graph->xgrid->SetLineStyle("solid");
41   -$graph->xaxis->SetTickLabels($absc);
  41 +$graph->xaxis->SetTickLabels(Array('A', 'B', 'C', 'D'));
42 42 $graph->xgrid->SetColor('#E3E3E3');
43 43  
44 44 // Create the first line
... ...