summaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib.php')
-rw-r--r--lib.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib.php b/lib.php
index 20d1a76..2b48307 100644
--- a/lib.php
+++ b/lib.php
@@ -333,7 +333,7 @@ function draw_buildtime_chart() {
var options = {
title: 'How long are most builds?',
hAxis: {title: 'Time'},
- 'width':700,
+ 'width':600,
'height':300
};
var chart = new google.visualization.ColumnChart(document.getElementById('{$id}'));
@@ -357,7 +357,7 @@ function draw_buildschedule_chart() {
var options = {
title: 'When did builds happen? (CET)',
hAxis: {title: 'Hours'},
- 'width':700,
+ 'width':600,
'height':200,
'curveType': 'function'
};