From 8f6bbb244224e151bcf9988d6741fd6c0d0de90f Mon Sep 17 00:00:00 2001 From: nizheming Date: Fri, 8 May 2026 14:25:37 +0800 Subject: [PATCH] grafana: render stacked nulls as zero --- platform-monitoring/ansible/grafana/node.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-monitoring/ansible/grafana/node.json b/platform-monitoring/ansible/grafana/node.json index f6c59a86..b6270ead 100644 --- a/platform-monitoring/ansible/grafana/node.json +++ b/platform-monitoring/ansible/grafana/node.json @@ -2046,7 +2046,7 @@ "lines": true, "linewidth": 0, "links": [], - "nullPointMode": "null", + "nullPointMode": "null as zero", "percentage": false, "pointradius": 2, "points": false, @@ -2243,7 +2243,7 @@ "lines": true, "linewidth": 0, "links": [], - "nullPointMode": "null", + "nullPointMode": "null as zero", "percentage": false, "pointradius": 2, "points": false,