From f32fc7dd621ae7112e5517c6f79befdf32082ce8 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 4 Sep 2012 16:11:47 +0000 Subject: move charts --- lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib.php') 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' }; -- cgit v1.2.1