Skip to main content

HoneycombChart

The HoneycombChart is used to display data in a grid using various shapes for data points.

A honeycomb chart organizes and presents data in a visually structured way, making it easier for viewers to analyze and interpret information.

HoneycombChartProps

Signature:

export declare type HoneycombChartProps = | | ;

HoneycombChart.Legend

To configure the legend, add HoneycombChart.Legend to the honeycomb chart.

HoneycombLegendProps

Signature:

export declare type Honeycomb = ;

HoneycombChart.EmptyState

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

EmptyStateProp

NameTypeDefaultDescription
children

HoneycombChart.ErrorState

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

ErrorStateProps

NameTypeDefaultDescription
children
| ((errorMessage: ) => .)

HoneycombChart.Toolbar

HoneycombChart.Toolbar is a slot to hide or to configure the toolbar.

BaseToolbarProps

extends,
NameTypeDefaultDescription
hidden?
false

Decides if the toolbar is visible or hidden

Still have questions?
Find answers in the Dynatrace Community