Commit 9e22eb71826835bee2f8eb5f4019043ccaf61c61

Authored by Guillaume
1 parent e65076e1

MAJ

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -7,7 +7,7 @@ $datay2 = array(12,9,42,8); @@ -7,7 +7,7 @@ $datay2 = array(12,9,42,8);
7 $datay3 = array(5,17,32,24); 7 $datay3 = array(5,17,32,24);
8 8
9 // Setup the graph 9 // Setup the graph
10 -$graph = new Graph(300,250); 10 +$graph = new Graph(600,500);
11 $graph->SetScale("textlin"); 11 $graph->SetScale("textlin");
12 12
13 $theme_class=new UniversalTheme; 13 $theme_class=new UniversalTheme;