summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-12 13:06:55 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-12 13:06:55 +0000
commit7193fdf842d5fa4bc8984a17b8977330044d712d (patch)
treeb75557bd9475834c1170a1e8e8a05750d2d80950
parentd41b3b9e16b1db820e2e0ca8d90199657171129a (diff)
downloadpkgsubmit-7193fdf842d5fa4bc8984a17b8977330044d712d.tar
pkgsubmit-7193fdf842d5fa4bc8984a17b8977330044d712d.tar.gz
pkgsubmit-7193fdf842d5fa4bc8984a17b8977330044d712d.tar.bz2
pkgsubmit-7193fdf842d5fa4bc8984a17b8977330044d712d.tar.xz
pkgsubmit-7193fdf842d5fa4bc8984a17b8977330044d712d.zip
revert to smaller width for stats
-rw-r--r--lib.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib.php b/lib.php
index 3cda4b9..819c3bb 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
@@ -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'