summaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-11 19:23:33 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-11 19:23:33 +0000
commitf3f7f00c56335a2434770ad7653e56c4882f62ab (patch)
tree9a1a62caf4bf823b01afd364ee6785adb47f7b8f /lib.php
parentbacc45cb73a18c32c4b35fd4346b3ea83513c2b3 (diff)
downloadpkgsubmit-f3f7f00c56335a2434770ad7653e56c4882f62ab.tar
pkgsubmit-f3f7f00c56335a2434770ad7653e56c4882f62ab.tar.gz
pkgsubmit-f3f7f00c56335a2434770ad7653e56c4882f62ab.tar.bz2
pkgsubmit-f3f7f00c56335a2434770ad7653e56c4882f62ab.tar.xz
pkgsubmit-f3f7f00c56335a2434770ad7653e56c4882f62ab.zip
reorganize page grid
Diffstat (limited to 'lib.php')
-rw-r--r--lib.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib.php b/lib.php
index 819c3bb..3cda4b9 100644
--- a/lib.php
+++ b/lib.php
@@ -417,7 +417,7 @@ function draw_status_chart() {
var options = {
'title':'Packages status',
- 'width':500,
+ 'width':600,
'height':200,
'colors': ['white', 'yellow', 'blue', 'green', 'orange', 'red'],
'backgroundColor': '#f8f8f8'
@@ -447,7 +447,7 @@ function draw_packagers_chart() {
var options = {
'title':'Packagers',
- 'width':500,
+ 'width':600,
'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':500,
+ 'width':600,
'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':500,
+ 'width':600,
'height':200,
'curveType': 'function',
'backgroundColor': '#f8f8f8'