diff --git a/resources/app/static/js/viewVCE_envs.js b/resources/app/static/js/viewVCE_envs.js index 07c5195..f3b525b 100644 --- a/resources/app/static/js/viewVCE_envs.js +++ b/resources/app/static/js/viewVCE_envs.js @@ -747,6 +747,11 @@ let viewVCE_envs = { vce.Extra.uncompressedEnvelopes = true; }, + changeTimeScale: function(val) { + this.chart.options.scales.xAxes [0].type = val; + this.chart.update(); + }, + envChartUpdate: function (oscNum, envNum, animate) { viewVCE_envs.supressOnchange = true; diff --git a/resources/app/viewVCE.html b/resources/app/viewVCE.html index 7fbd19c..2b798db 100644 --- a/resources/app/viewVCE.html +++ b/resources/app/viewVCE.html @@ -279,6 +279,14 @@ +
+      Time Scale:  + +
+