From a37258aa693d5e65966d4ced204077c3bf3a51fc Mon Sep 17 00:00:00 2001 From: Johannes K <26000761+roadrash2108@users.noreply.github.com> Date: Tue, 27 Oct 2020 09:52:45 +0100 Subject: [PATCH 1/2] make AC always green and DC always yellow addresses #814 --- grafana/dashboards/charging-stats.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/grafana/dashboards/charging-stats.json b/grafana/dashboards/charging-stats.json index a4e8e310e1..c698ae793b 100644 --- a/grafana/dashboards/charging-stats.json +++ b/grafana/dashboards/charging-stats.json @@ -671,7 +671,10 @@ } }, { - "aliasColors": {}, + "aliasColors": { + "AC": "#73BF69", + "DC": "#FADE2A" + }, "breakPoint": "50%", "cacheTimeout": null, "combine": { @@ -873,7 +876,10 @@ "valueName": "total" }, { - "aliasColors": {}, + "aliasColors": { + "AC": "#73BF69", + "DC": "#FADE2A" + }, "breakPoint": "50%", "cacheTimeout": null, "combine": { From 56b5d320dc46201d43f02488f9816a7c5da202bb Mon Sep 17 00:00:00 2001 From: Johannes K <26000761+roadrash2108@users.noreply.github.com> Date: Wed, 28 Oct 2020 13:53:36 +0100 Subject: [PATCH 2/2] make AC-charging green and DC-charging yellow also in Trip-dashboard to be in sync with the changes for Chargings-Stats done with #1058 --- grafana/dashboards/trip.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/grafana/dashboards/trip.json b/grafana/dashboards/trip.json index fc24c2a47d..c0fb00ec07 100644 --- a/grafana/dashboards/trip.json +++ b/grafana/dashboards/trip.json @@ -214,7 +214,7 @@ }, "textMode": "auto" }, - "pluginVersion": "7.2.0", + "pluginVersion": "7.2.2", "scopedVars": { "car_id": { "selected": false, @@ -259,9 +259,9 @@ }, { "aliasColors": { - "charging (AC)": "#F2CC0C", - "charging (DC)": "#ffe74d", - "driving": "#A352CC" + "charging (AC)": "#73BF69", + "charging (DC)": "#FADE2A", + "driving": "#5794F2" }, "breakPoint": "50%", "cacheTimeout": null, @@ -462,7 +462,7 @@ }, "textMode": "value_and_name" }, - "pluginVersion": "7.2.0", + "pluginVersion": "7.2.2", "scopedVars": { "car_id": { "selected": false, @@ -588,7 +588,7 @@ }, "textMode": "value_and_name" }, - "pluginVersion": "7.2.0", + "pluginVersion": "7.2.2", "scopedVars": { "car_id": { "selected": false, @@ -716,7 +716,7 @@ }, "textMode": "value_and_name" }, - "pluginVersion": "7.2.0", + "pluginVersion": "7.2.2", "scopedVars": { "car_id": { "selected": false, @@ -844,7 +844,7 @@ }, "textMode": "value_and_name" }, - "pluginVersion": "7.2.0", + "pluginVersion": "7.2.2", "scopedVars": { "car_id": { "selected": false, @@ -947,7 +947,7 @@ }, "textMode": "value_and_name" }, - "pluginVersion": "7.2.0", + "pluginVersion": "7.2.2", "scopedVars": { "car_id": { "selected": false, @@ -1040,7 +1040,7 @@ }, "showUnfilled": false }, - "pluginVersion": "7.2.0", + "pluginVersion": "7.2.2", "scopedVars": { "car_id": { "selected": false, @@ -2365,7 +2365,7 @@ "alertThreshold": true }, "percentage": false, - "pluginVersion": "7.2.0", + "pluginVersion": "7.2.2", "pointradius": 2, "points": false, "renderer": "flot", @@ -2497,7 +2497,7 @@ "alertThreshold": true }, "percentage": false, - "pluginVersion": "7.2.0", + "pluginVersion": "7.2.2", "pointradius": 2, "points": false, "renderer": "flot",