From 1de60abd9c033808bcf4032b3449e48acfe6b26f Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Thu, 30 Jun 2022 13:47:23 -0500 Subject: [PATCH] Add Label Documentation for segments on Gauge Card (#23243) --- source/_dashboards/gauge.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_dashboards/gauge.markdown b/source/_dashboards/gauge.markdown index bf1c628c41e..d7b460329b4 100644 --- a/source/_dashboards/gauge.markdown +++ b/source/_dashboards/gauge.markdown @@ -94,6 +94,10 @@ segments: required: true description: Color of the segment, may be any CSS color declaration like "red", "#0000FF" or "rgb(255, 120, 0)". type: string + label: + required: false + description: Label of the segment. This will be shown instead of the value. + type: string {% endconfiguration %} ## Examples