Skip to main content

TreeMap

The TreeMap visualizes the distribution of hierarchical data. It uses nested rectangles of different sizes and colors to show how much each category or subcategory contributes to the whole data set.

TreeMapProps

extends,
NameTypeDefaultDescription
data
-The tree map data to display.
height?
|
400Optional height of the chart.
colorPalette?
| | []
'categorical'Color palette to use for coloring the tree nodes. Nodes of height 1 get a color assigned from the palette.
formatter?
| <, >
-Custom value formatter for the chart.
truncationMode?
'middle'The text truncation mode used for the chart legend.
loading?
falseShow the loading indicator.
labelsDisplay?
'none'Show/hide label on TreeMap nodes and clusters
seriesActions?
(node: ) =>
-Exposed callback to display series actions for a node
valueAccessor?
undefinedData accessor on leaf nodes by which legend can be defined

TreeMap.Legend

To configure the legend, add TreeMap.Legend to the TreeMap chart.

Prop Table did not receive data

TreeMap.Tooltip

To configure the tooltip, add TreeMap.Tooltip to the TreeMap chart.

Prop Table did not receive data

TreeMap.EmptyState

TreeMap.EmptyState provides a slot where the Empty state wrapper can be set.

EmptyStateProp

NameTypeDefaultDescription
children
.
-

TreeMap.ErrorState

TreeMap.ErrorState provides a slot where the Error state wrapper can be set.

ErrorStateProps

NameTypeDefaultDescription
children
. | ((errorMessage: ) => .)
-
Still have questions?
Find answers in the Dynatrace Community