diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-09-12 13:06:55 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-09-12 13:06:55 +0000 |
commit | 7193fdf842d5fa4bc8984a17b8977330044d712d (patch) | |
tree | b75557bd9475834c1170a1e8e8a05750d2d80950 /lib.php | |
parent | d41b3b9e16b1db820e2e0ca8d90199657171129a (diff) | |
download | pkgsubmit-7193fdf842d5fa4bc8984a17b8977330044d712d.tar pkgsubmit-7193fdf842d5fa4bc8984a17b8977330044d712d.tar.gz pkgsubmit-7193fdf842d5fa4bc8984a17b8977330044d712d.tar.bz2 pkgsubmit-7193fdf842d5fa4bc8984a17b8977330044d712d.tar.xz pkgsubmit-7193fdf842d5fa4bc8984a17b8977330044d712d.zip |
revert to smaller width for stats
Diffstat (limited to 'lib.php')
-rw-r--r-- | lib.php | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -417,7 +417,7 @@ function draw_status_chart() { var options = { 'title':'Packages status', - 'width':600, + 'width':500, 'height':200, 'colors': ['white', 'yellow', 'blue', 'green', 'orange', 'red'], 'backgroundColor': '#f8f8f8' @@ -447,7 +447,7 @@ function draw_packagers_chart() { var options = { 'title':'Packagers', - 'width':600, + 'width':500, 'height':200, 'backgroundColor': '#f8f8f8', 'sliceVisibilityThreshold': 2/90 @@ -510,7 +510,7 @@ function draw_buildtime_chart() { var options = { title: 'How long are most of the builds?', hAxis: {title: 'Duration'}, - 'width':600, + 'width':500, 'height':200, 'backgroundColor': '#f8f8f8' }; @@ -539,7 +539,7 @@ function draw_buildschedule_chart() { var options = { title: 'When do builds happen? (UTC - working on a local time fix)', hAxis: {title: 'Hours'}, - 'width':600, + 'width':500, 'height':200, 'curveType': 'function', 'backgroundColor': '#f8f8f8' |