From 45b19bfee4ae2f82057badb9d60e36baa39b424a Mon Sep 17 00:00:00 2001 From: Emanuele Laface <emanuele.laface@gmail.com> Date: Tue, 1 Sep 2020 15:59:55 +0200 Subject: [PATCH] Removed a plot from MCU --- WebSites/mcu/dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebSites/mcu/dashboard.json b/WebSites/mcu/dashboard.json index 0e09474..39e70b1 100644 --- a/WebSites/mcu/dashboard.json +++ b/WebSites/mcu/dashboard.json @@ -97,7 +97,7 @@ "plot_type": "line", "legend": true, "height": 4, - "value": "var series = document.getElementById(\"time-series\").value;\ndata = [\n {label: 'Actual Speed', data: datasources[\"MCU\"][\"LabS-VIP:Chop-Drv-0101:Spd_Stat\"][series]},\n {label: 'Set Point', data: datasources[\"MCU\"][\"LabS-VIP:Chop-Drv-0101:Spd_SP\"][series]},\n];\nfreeboard.showLoadingIndicator(false);\nreturn data;", + "value": "var series = document.getElementById(\"time-series\").value;\ndata = [\n {label: 'Actual Speed', data: datasources[\"MCU\"][\"LabS-VIP:Chop-Drv-0101:Spd_Stat\"][series]},\n];\nfreeboard.showLoadingIndicator(false);\nreturn data;", "xticks": "6", "x_timestamp": true, "zoom": "" -- GitLab