From 51583f65094c2f7088a61cf62b8b17bfea02b4d5 Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Thu, 7 Jul 2022 15:41:04 +0000 Subject: [PATCH] Update Gauge to make needle required true --- source/_dashboards/gauge.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_dashboards/gauge.markdown b/source/_dashboards/gauge.markdown index d7b460329b45..2481616d5dfb 100644 --- a/source/_dashboards/gauge.markdown +++ b/source/_dashboards/gauge.markdown @@ -61,7 +61,7 @@ max: default: 100 needle: required: false - description: Show the gauge as a needle gauge. + description: Show the gauge as a needle gauge. Required to be set to true, if using segments. type: boolean default: false severity: @@ -83,7 +83,7 @@ severity: type: integer segments: required: false - description: List of colors and their corresponding start values. Segments will override the severity settings. + description: List of colors and their corresponding start values. Segments will override the severity settings. Needle required to be true. type: list keys: from: