1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Fixed scale label to show seconds instead of minutes

This commit is contained in:
Roch D'Amour 2021-02-21 04:27:45 -05:00
parent e55adf6287
commit 44de057022

View File

@ -112,7 +112,7 @@ function draw(subselection) {
xAxes: [{
scaleLabel: {
display: true,
labelString: 'Minutes'
labelString: 'Seconds'
}
}]
},