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
9e22eb71826835bee2f8eb5f4019043ccaf61c61
Authored by
Guillaume
2020-03-20 11:49:46 +0100
1 parent
e65076e1
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 @
9e22eb7
...
...
@@ -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(
300,25
0);
10
+$graph = new Graph(
600,50
0);
11
11
$graph->SetScale("textlin");
12
12
13
13
$theme_class=new UniversalTheme;
...
...