From 0cec12b8a95e9c5ebaa7c252263d48eb026e5957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Philippe=20Qu=C3=A9m=C3=A9ner?= Date: Sat, 4 Jun 2022 14:32:19 +0200 Subject: [PATCH] strip null from new heatmap dashboard definition (#50208) --- .../dev-dashboards/panel-heatmap/heatmap-calculate-log.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devenv/dev-dashboards/panel-heatmap/heatmap-calculate-log.json b/devenv/dev-dashboards/panel-heatmap/heatmap-calculate-log.json index 950304a516a..b330ce03596 100644 --- a/devenv/dev-dashboards/panel-heatmap/heatmap-calculate-log.json +++ b/devenv/dev-dashboards/panel-heatmap/heatmap-calculate-log.json @@ -71,8 +71,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -551,4 +550,4 @@ "uid": "ZXYQTA97ZZ", "version": 4, "weekStart": "" -} \ No newline at end of file +}