From 2ec248453b3753c2709931a127c796a37da0459a Mon Sep 17 00:00:00 2001 From: Edouard Hur <3418467+hekmon@users.noreply.github.com> Date: Mon, 3 Feb 2020 22:21:04 +0100 Subject: [PATCH] do not fill max lines (#307) --- dashboards/victoriametrics.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dashboards/victoriametrics.json b/dashboards/victoriametrics.json index bbc1252c23..939bbc38e3 100644 --- a/dashboards/victoriametrics.json +++ b/dashboards/victoriametrics.json @@ -2509,6 +2509,7 @@ { "alias": "max allowed", "color": "#C4162A", + "fill": 0, "stack": false } ], @@ -3466,7 +3467,8 @@ "seriesOverrides": [ { "alias": "max", - "color": "#C4162A" + "color": "#C4162A", + "fill": 0 } ], "spaceLength": 10, @@ -3685,7 +3687,8 @@ "seriesOverrides": [ { "alias": "max", - "color": "#C4162A" + "color": "#C4162A", + "fill": 0 } ], "spaceLength": 10, @@ -4011,7 +4014,8 @@ "seriesOverrides": [ { "alias": "max", - "color": "#C4162A" + "color": "#C4162A", + "fill": 0 } ], "spaceLength": 10,