We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7f155 commit e44773cCopy full SHA for e44773c
libs/make_graph.php
@@ -14,7 +14,7 @@ function make_graph($id, $title, $hAxis_title)
14
'DarkKhaki', 'DarkMagenta', 'DarkOliveGreen', 'DarkOrange', 'DarkOrchid',
15
'DarkRed', 'DarkSalmon', 'DarkSeaGreen', 'DarkSlateBlue', 'DarkSlateGray',
16
);
17
- $graphWidth = 1100;
+ $graphWidth = 1200;
18
$graphHeight = 400;
19
20
$data = array();
0 commit comments