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