mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
4ac018712f
commit
d72e02c83e
1 changed files with 1 additions and 1 deletions
|
@ -1144,7 +1144,7 @@ function canvas_draw()
|
|||
tickRenderer : $.jqplot.CanvasAxisTickRenderer,
|
||||
tickOptions : {
|
||||
showGridline : false,
|
||||
formatString : '%is'
|
||||
formatString : '%imin'
|
||||
},
|
||||
label:'Time (min)'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue