MeterBarChart
The MeterBarChart provides a lightweight and simple visualization progress
toward a completion, consumption of a total, etc. It consists of a horizontal
bar that gradually fills up with color or shading as it approaches the max
value.
MeterBarChartProps
Signature:
export declare type MeterBarChartProps = | ;MeterBarChartThresholdProps
Deprecated
Use MeterBarChartThresholdIndicatorProps instead.
| Name | Type | Default | Description |
|---|---|---|---|
name? | | Name of the threshold displayed in the threshold legend. | |
color? | 'Categorical.Color11' | The color of the threshold. | |
value | | The value of the threshold. | |
showIndicator? | false | When set to true, it shows the indicator of the threshold. |