Skip to main content

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,
NameTypeDefaultDescription
min?
0Min 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

NameTypeDefaultDescription
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

NameTypeDefaultDescription
variant?
"single"Variant to be used for the multi meter bar chart tooltip
Still have questions?
Find answers in the Dynatrace Community