From 49d09a51ba538d112df62767235ec3d2b44ebebd Mon Sep 17 00:00:00 2001 From: Marcel Waldvogel Date: Mon, 28 Dec 2020 16:37:38 +0100 Subject: [PATCH] Fix map thresholds and colors Inverted ranges are not supported; fixes #206 --- grafana/Grafana-DMARC_Reports.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grafana/Grafana-DMARC_Reports.json b/grafana/Grafana-DMARC_Reports.json index 0c0151d..6061644 100644 --- a/grafana/Grafana-DMARC_Reports.json +++ b/grafana/Grafana-DMARC_Reports.json @@ -1798,9 +1798,9 @@ "circleMaxSize": 30, "circleMinSize": 2, "colors": [ - "#C4162A", + "#37872D", "#FA6400", - "#37872D" + "#C4162A" ], "datasource": "$datasourceag", "decimals": 0, @@ -1882,7 +1882,7 @@ "timeField": "date_range" } ], - "thresholds": "500,10", + "thresholds": "10,500", "timeFrom": null, "timeShift": null, "title": "Map of Message Source Countries", @@ -4321,4 +4321,4 @@ "title": "DMARC Reports", "uid": "SDksirRWz", "version": 114 -} \ No newline at end of file +}