Gauge Widget
A simple customizable gauge widget used to dynamically display data.
Usage
Properties
Property | Type | Binding | Default | Description |
---|---|---|---|---|
Duration | NUMBER | 5000 | Enables you to set the gauge animation time in ms. | |
Template | LIST | < | Template1 | This will be the template used for the widget styling |
Value | Number | < | 0 | Value to show in the gauge |
Format | STRING(localized) | < | Format how the value will be displayed on the gauge. See Format Complex | |
Title | STRING(localized) | < | Title that will be displayed on the gauge. | |
Sections | STRING | < | Allows to split gauge disk in sections. See Sections format instructions below | |
MinValue | NUMBER | < | 0 | Minimum value of the gauge |
MaxValue | NUMBER | < | 100 | Maximum value of the gauge |
Sections Format Instructions
The input value must be in CSV format:
"10,25,50,75"
: The disk will be split in 5 sections ->[0-10, 10-25, 25-50, 50-75, 75-100]