summaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-12 13:32:37 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-12 13:32:37 +0000
commit2ddb0c35e282002b377db2382d1210f201d5bf54 (patch)
tree365327fa37fb16e184143b7c2602e9005800d224 /lib.php
parent4875a716339a15d041d8c4bcddaa0bccaa8a39b6 (diff)
downloadpkgsubmit-2ddb0c35e282002b377db2382d1210f201d5bf54.tar
pkgsubmit-2ddb0c35e282002b377db2382d1210f201d5bf54.tar.gz
pkgsubmit-2ddb0c35e282002b377db2382d1210f201d5bf54.tar.bz2
pkgsubmit-2ddb0c35e282002b377db2382d1210f201d5bf54.tar.xz
pkgsubmit-2ddb0c35e282002b377db2382d1210f201d5bf54.zip
scale label in the right place
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 58e1236..12b98d5 100644
--- a/lib.php
+++ b/lib.php
@@ -509,8 +509,8 @@ function draw_buildtime_chart() {
{$rows}
]);
var options = {
- title: 'How long are most of the builds (in minutes)?',
- hAxis: {title: 'Duration'},
+ title: 'How long are most of the builds?',
+ hAxis: {title: 'Duration (in minutes)'},
'width':500,
'height':200,
'backgroundColor': '#f8f8f8'