MultiMeterBarChart
The MultiMeterBarChart
is a more complex version of the single meter bar, it
allows for different data inputs to be considered when presenting progress
toward a goal, consumption of a total, etc.
MultiMeterBarChartProps
extends
,
Name | Type | Default | Description |
---|---|---|---|
min? | 0 | Min value for the multi meter bar chart scale. | |
max? | | | 'auto' | Max value for the multi meter bar chart scale. |
colorPalette? | | | "categorical" | Color palette to be used for the segments |
size? | - | The size that applies to the value, icon, and label. | |
formatter? | | <, > | - | Custom Formatter for the chart |
MultiMeterBarSegmentProps
Name | Type | Default | Description |
---|---|---|---|
value | - | Segment percentage value | |
name | - | Segment name | |
color? | - | Segment color, if not provided, color that comes from the parent colorPalette value will be used |
MultiMeterBarChartTooltipProps
Name | Type | Default | Description |
---|---|---|---|
variant? | "single" | Variant to be used for the multi meter bar chart tooltip |
Still have questions?
Find answers in the Dynatrace Community