HTML: time unit is in minutes not seconds.

Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Gehad elrobey 2014-08-18 00:58:55 +03:00 committed by Dirk Hohndel
parent 4ac018712f
commit d72e02c83e

View file

@ -1144,7 +1144,7 @@ function canvas_draw()
tickRenderer : $.jqplot.CanvasAxisTickRenderer,
tickOptions : {
showGridline : false,
formatString : '%is'
formatString : '%imin'
},
label:'Time (min)'
},