summaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-04 16:21:42 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-04 16:21:42 +0000
commit459dd7e8150c07e73d6a95b9dfe18ec469c55e28 (patch)
tree08ece85958af2376e182117f1770289a362db69e /lib.php
parentf32fc7dd621ae7112e5517c6f79befdf32082ce8 (diff)
downloadpkgsubmit-459dd7e8150c07e73d6a95b9dfe18ec469c55e28.tar
pkgsubmit-459dd7e8150c07e73d6a95b9dfe18ec469c55e28.tar.gz
pkgsubmit-459dd7e8150c07e73d6a95b9dfe18ec469c55e28.tar.bz2
pkgsubmit-459dd7e8150c07e73d6a95b9dfe18ec469c55e28.tar.xz
pkgsubmit-459dd7e8150c07e73d6a95b9dfe18ec469c55e28.zip
remove old stats table
Diffstat (limited to 'lib.php')
-rw-r--r--lib.php6
1 files changed, 3 insertions, 3 deletions
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);