Merge pull request #136 from notarock/master

Fixed scale label to show seconds instead of minutes
This commit is contained in:
Ferdinand Mütsch 2021-02-21 10:38:52 +01:00 committed by GitHub
commit 218c93e975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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