Commit ec0bc9295f1c5651751384cb8c3a72a492d9bacf

Authored by Guillaume
1 parent 44eb6b3e

Test Graphe

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -21,7 +21,7 @@ $graph->img->SetAntiAliasing(false); @@ -21,7 +21,7 @@ $graph->img->SetAntiAliasing(false);
21 $graph->title->Set('Filled Y-grid'); 21 $graph->title->Set('Filled Y-grid');
22 $graph->SetBox(false); 22 $graph->SetBox(false);
23 23
24 -$graph->SetMargin(40,20,36,63); 24 +$graph->SetMargin(20,20,20,20);
25 25
26 $graph->img->SetAntiAliasing(); 26 $graph->img->SetAntiAliasing();
27 27