From 2ddb0c35e282002b377db2382d1210f201d5bf54 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 12 Sep 2012 13:32:37 +0000 Subject: scale label in the right place --- lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib.php') 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' -- cgit v1.2.1