summaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-10 13:22:25 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-10 13:22:25 +0000
commit1d9cc10404385456572b0d242cff15f4285aef4f (patch)
treec6e350ff041ff6eb049a8bbb5c067e8b943c8ab8 /lib.php
parent7454e1e9c28ae82ef6d3314d6991317f2d978ae4 (diff)
downloadpkgsubmit-1d9cc10404385456572b0d242cff15f4285aef4f.tar
pkgsubmit-1d9cc10404385456572b0d242cff15f4285aef4f.tar.gz
pkgsubmit-1d9cc10404385456572b0d242cff15f4285aef4f.tar.bz2
pkgsubmit-1d9cc10404385456572b0d242cff15f4285aef4f.tar.xz
pkgsubmit-1d9cc10404385456572b0d242cff15f4285aef4f.zip
adjust columns width
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 5f4f559..e9a6b07 100644
--- a/lib.php
+++ b/lib.php
@@ -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
@@ -502,7 +502,7 @@ function draw_buildtime_chart() {
var options = {
title: 'How long are most of the builds?',
hAxis: {title: 'Time'},
- 'width':600,
+ 'width':500,
'height':200,
'backgroundColor': '#f8f8f8'
};
@@ -527,7 +527,7 @@ function draw_buildschedule_chart() {
var options = {
title: 'When do builds happen? (CET)',
hAxis: {title: 'Hours'},
- 'width':600,
+ 'width':500,
'height':200,
'curveType': 'function',
'backgroundColor': '#f8f8f8'