diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-09-04 16:11:47 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-09-04 16:11:47 +0000 |
commit | f32fc7dd621ae7112e5517c6f79befdf32082ce8 (patch) | |
tree | 2f87576622f4f2de04e0c2552c1e0cfe6a678428 /lib.php | |
parent | f428773a040998f0236bf4ee967faa8cea2bd4aa (diff) | |
download | pkgsubmit-f32fc7dd621ae7112e5517c6f79befdf32082ce8.tar pkgsubmit-f32fc7dd621ae7112e5517c6f79befdf32082ce8.tar.gz pkgsubmit-f32fc7dd621ae7112e5517c6f79befdf32082ce8.tar.bz2 pkgsubmit-f32fc7dd621ae7112e5517c6f79befdf32082ce8.tar.xz pkgsubmit-f32fc7dd621ae7112e5517c6f79befdf32082ce8.zip |
move charts
Diffstat (limited to 'lib.php')
-rw-r--r-- | lib.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' }; |