Gauge
CHARTSCircular gauge meter for displaying single values against a maximum.
[EXAMPLES]
Basic
[PROPS]
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
| value | number | — | Current value |
| max | number | 100 | Maximum value |
| label | string | — | Label below the gauge |
| segments | { color: string; end: number }[] | — | Color segments for the arc |
[ACCESSIBILITY]
ARIA
- >role="meter"
- >aria-valuenow, aria-valuemin, aria-valuemax