summaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-04 16:11:47 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-04 16:11:47 +0000
commitf32fc7dd621ae7112e5517c6f79befdf32082ce8 (patch)
tree2f87576622f4f2de04e0c2552c1e0cfe6a678428 /lib.php
parentf428773a040998f0236bf4ee967faa8cea2bd4aa (diff)
downloadpkgsubmit-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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib.php b/lib.php
index 20d1a76..2b48307 100644
--- a/lib.php
+++ b/lib.php
@@ -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'
};