diff --git a/site/graphe.php b/site/graphe.php index c8daeed..3110cae 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(600,500); +$graph = new Graph(800,400); $graph->SetScale("textlin"); $theme_class=new UniversalTheme; -- libgit2 0.21.2