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
360100a53edab893ed06632f94422a6efaab0aab
Authored by
Guillaume
2020-03-20 11:52:05 +0100
1 parent
9e22eb71
MAJ
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 @
360100a
...
...
@@ -7,7 +7,7 @@ $datay2 = array(12,9,42,8);
7
7
$datay3 = array(5,17,32,24);
8
8
9
9
// Setup the graph
10
-$graph = new Graph(
600,5
00);
10
+$graph = new Graph(
800,4
00);
11
11
$graph->SetScale("textlin");
12
12
13
13
$theme_class=new UniversalTheme;
...
...