From 459dd7e8150c07e73d6a95b9dfe18ec469c55e28 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 4 Sep 2012 16:21:42 +0000 Subject: remove old stats table --- lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib.php') diff --git a/lib.php b/lib.php index 2b48307..1bdb13d 100644 --- a/lib.php +++ b/lib.php @@ -283,8 +283,8 @@ function draw_status_chart() { var options = { 'title':'Packages status', - 'width':300, - 'height':300, + 'width':600, + 'height':200, 'colors': ['white', 'yellow', 'blue', 'green', 'orange', 'red'] }; @@ -334,7 +334,7 @@ function draw_buildtime_chart() { title: 'How long are most builds?', hAxis: {title: 'Time'}, 'width':600, - 'height':300 + 'height':200 }; var chart = new google.visualization.ColumnChart(document.getElementById('{$id}')); chart.draw(data, options); -- cgit v1.2.1