GITLAB
grouille
/
IMA3_P10
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ec0bc9295f1c5651751384cb8c3a72a492d9bacf
Authored by
Guillaume
2020-03-20 15:00:09 +0100
1 parent
44eb6b3e
Test Graphe
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/graphe.php
Inline
Side-by-side
site/graphe.php
Wrap text
Show/Hide comments
View file @
ec0bc92
...
...
@@ -21,7 +21,7 @@ $graph->img->SetAntiAliasing(false);
21
21
$graph->title->Set('Filled Y-grid');
22
22
$graph->SetBox(false);
23
23
24
-$graph->SetMargin(
40,20,36,63
);
24
+$graph->SetMargin(
20,20,20,20
);
25
25
26
26
$graph->img->SetAntiAliasing();
27
27
...
...