From 75653d54c6e91cfeaafff526539557f61a04b100 Mon Sep 17 00:00:00 2001 From: C-Carr22 <44807020+C-Carr22@users.noreply.github.com> Date: Thu, 8 Jul 2021 15:47:32 +0100 Subject: [PATCH] JSON changes to group pie chart slices below a certain value (#115) --- dashboards/iris/iris.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboards/iris/iris.json b/dashboards/iris/iris.json index 56f2ef1..006dddd 100644 --- a/dashboards/iris/iris.json +++ b/dashboards/iris/iris.json @@ -312,8 +312,8 @@ "breakPoint": "50%", "cacheTimeout": null, "combine": { - "label": "Others", - "threshold": "0" + "label": "Others ≤0.5%", + "threshold": "0.005" }, "datasource": "-- Mixed --", "decimals": null, @@ -442,8 +442,8 @@ "breakPoint": "50%", "cacheTimeout": null, "combine": { - "label": "Others", - "threshold": "0" + "label": "Others ≤1.0%", + "threshold": "0.010" }, "datasource": "-- Mixed --", "decimals": null,