Add Label Documentation for segments on Gauge Card (#23243)

This commit is contained in:
Zack Barett 2022-06-30 13:47:23 -05:00 committed by GitHub
parent de8c75ab86
commit 4d550fd16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,10 @@ segments:
required: true required: true
description: Color of the segment, may be any CSS color declaration like "red", "#0000FF" or "rgb(255, 120, 0)". description: Color of the segment, may be any CSS color declaration like "red", "#0000FF" or "rgb(255, 120, 0)".
type: string type: string
label:
required: false
description: Label of the segment. This will be shown instead of the value.
type: string
{% endconfiguration %} {% endconfiguration %}
## Examples ## Examples