From d72e02c83e70b86f45c5c7cc63a8fd1a2cfc7330 Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Mon, 18 Aug 2014 00:58:55 +0300 Subject: [PATCH] HTML: time unit is in minutes not seconds. Signed-off-by: Gehad elrobey Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- theme/list_lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/list_lib.js b/theme/list_lib.js index fc82dc81b..c66be6414 100644 --- a/theme/list_lib.js +++ b/theme/list_lib.js @@ -1144,7 +1144,7 @@ function canvas_draw() tickRenderer : $.jqplot.CanvasAxisTickRenderer, tickOptions : { showGridline : false, - formatString : '%is' + formatString : '%imin' }, label:'Time (min)' },