From 346c81b9965aa5dc132681a95de2e059df37f9b7 Mon Sep 17 00:00:00 2001 From: DrMichael Date: Sat, 6 Jul 2024 11:29:11 +0200 Subject: [PATCH] Update overview.json: fix Net Readd Wh/km and Wh/mi --- grafana/dashboards/overview.json | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/grafana/dashboards/overview.json b/grafana/dashboards/overview.json index 3d87752068..5161131b87 100644 --- a/grafana/dashboards/overview.json +++ b/grafana/dashboards/overview.json @@ -618,22 +618,22 @@ "fieldConfig": { "defaults": { "decimals": 0, - "mappings": [ - { - "options": { - "match": "null", - "result": { - "text": "N/A" - } - }, - "type": "special" - } - ], + "mappings": [], + + + + + + + + + + "thresholds": { "mode": "absolute", "steps": [ { - "color": "#c7d0d9", + "color": "green", "value": null } ] @@ -643,25 +643,25 @@ "overrides": [ { "matcher": { - "id": "byName", - "options": "range_km" + "id": "byRegexp", + "options": ".*_km" }, "properties": [ { "id": "unit", - "value": "lengthkm" + "value": "Wh/km" } ] }, { "matcher": { - "id": "byName", - "options": "range_mi" + "id": "byRegexp", + "options": ".*_mi" }, "properties": [ { "id": "unit", - "value": "lengthmi" + "value": "Wh/km" } ] } @@ -684,7 +684,7 @@ }, "graphMode": "none", "justifyMode": "auto", - "orientation": "horizontal", + "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ @@ -1064,8 +1064,8 @@ ] ], "timeColumn": "time", - - + + "where": [ { "name": "$__timeFilter", @@ -2161,6 +2161,6 @@ "timezone": "", "title": "Overview", "uid": "kOuP_Fggz", - "version": 9, + "version": 10, "weekStart": "" }