mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Merge pull request #136 from notarock/master
Fixed scale label to show seconds instead of minutes
This commit is contained in:
commit
218c93e975
@ -112,7 +112,7 @@ function draw(subselection) {
|
|||||||
xAxes: [{
|
xAxes: [{
|
||||||
scaleLabel: {
|
scaleLabel: {
|
||||||
display: true,
|
display: true,
|
||||||
labelString: 'Minutes'
|
labelString: 'Seconds'
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user