From 44de0570222563a94887dda81e6a314549b7f614 Mon Sep 17 00:00:00 2001 From: Roch D'Amour Date: Sun, 21 Feb 2021 04:27:45 -0500 Subject: [PATCH] Fixed scale label to show seconds instead of minutes --- static/assets/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/assets/app.js b/static/assets/app.js index fa0f48c..2bf06e4 100644 --- a/static/assets/app.js +++ b/static/assets/app.js @@ -112,7 +112,7 @@ function draw(subselection) { xAxes: [{ scaleLabel: { display: true, - labelString: 'Minutes' + labelString: 'Seconds' } }] },