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 Franck Nijhof
parent 4685d633b2
commit 1de60abd9c
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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