diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-09-04 16:21:42 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-09-04 16:21:42 +0000 |
commit | 459dd7e8150c07e73d6a95b9dfe18ec469c55e28 (patch) | |
tree | 08ece85958af2376e182117f1770289a362db69e /lib.php | |
parent | f32fc7dd621ae7112e5517c6f79befdf32082ce8 (diff) | |
download | pkgsubmit-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.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); |