diff --git a/site/graphe.php b/site/graphe.php index b5e30cc..c8daeed 100644 --- a/site/graphe.php +++ b/site/graphe.php @@ -7,7 +7,7 @@ $datay2 = array(12,9,42,8); $datay3 = array(5,17,32,24); // Setup the graph -$graph = new Graph(300,250); +$graph = new Graph(600,500); $graph->SetScale("textlin"); $theme_class=new UniversalTheme; -- libgit2 0.21.2