A Gauge Chart is used to show progress in a certain variable. This only accepts one value per series. You should make sure that the set query will only return 1 record or else it will get the last record from it.
Configuration Option:
Name | Type | Default | Description |
---|---|---|---|
Height | number | 250 | The height of the chart in pixels |
Donut | boolean/number | false | Use the entire disk or just a fraction of it for the gauge |
Minimum | number | 0 | The minimum value of the interval to be displayed |
Maximum | number | 100 | The maximum value of the interval to be displayed |
Format | string | number | |
Steps | string | 10 | The number of steps to add to the interval |
Value: Column Name | string | The Column Name of where we get the data. | |
Value: Title/Legend | string | Title to be set on the chart | |
Value: Display Title | boolean | false | |
Value: Format | string | number |
Sample Panel Settings:
- Series 1:
- Series 2:
- Sample Result:
Overview
Content Tools