Skip to content

Commit e44773c

Browse files
committed
Change graph size
1 parent 9e7f155 commit e44773c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/make_graph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function make_graph($id, $title, $hAxis_title)
1414
'DarkKhaki', 'DarkMagenta', 'DarkOliveGreen', 'DarkOrange', 'DarkOrchid',
1515
'DarkRed', 'DarkSalmon', 'DarkSeaGreen', 'DarkSlateBlue', 'DarkSlateGray',
1616
);
17-
$graphWidth = 1100;
17+
$graphWidth = 1200;
1818
$graphHeight = 400;
1919

2020
$data = array();

0 commit comments

Comments
 (0)