From b7ad44584f5371db005b7a95b8e1cdd91c3820c7 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Fri, 20 Mar 2020 14:39:11 +0100 Subject: [PATCH] Test Graphe --- site/graphe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/graphe.php b/site/graphe.php index 0ce443e..26ec3fd 100644 --- a/site/graphe.php +++ b/site/graphe.php @@ -38,7 +38,7 @@ $graph->yaxis->HideTicks(false,false); $graph->xgrid->Show(); $graph->xgrid->SetLineStyle("solid"); -$graph->xaxis->SetTickLabels($absc); +$graph->xaxis->SetTickLabels(Array('A', 'B', 'C', 'D')); $graph->xgrid->SetColor('#E3E3E3'); // Create the first line -- libgit2 0.21.2