From 44c83541ba0a7ff9e0a14c4f632cf4401c1dcb56 Mon Sep 17 00:00:00 2001 From: Jakob Lichterfeld Date: Sat, 6 Jul 2024 15:47:24 +0200 Subject: [PATCH] update overview dashboard to fix units for energy consumption --- grafana/dashboards/overview.json | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/grafana/dashboards/overview.json b/grafana/dashboards/overview.json index 5161131b87..c3f2881d5f 100644 --- a/grafana/dashboards/overview.json +++ b/grafana/dashboards/overview.json @@ -619,16 +619,6 @@ "defaults": { "decimals": 0, "mappings": [], - - - - - - - - - - "thresholds": { "mode": "absolute", "steps": [ @@ -661,7 +651,7 @@ "properties": [ { "id": "unit", - "value": "Wh/km" + "value": "Wh/mi" } ] } @@ -1064,8 +1054,6 @@ ] ], "timeColumn": "time", - - "where": [ { "name": "$__timeFilter", @@ -2161,6 +2149,6 @@ "timezone": "", "title": "Overview", "uid": "kOuP_Fggz", - "version": 10, + "version": 11, "weekStart": "" -} +} \ No newline at end of file