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
| Name | Type | Default | Description |
|---|---|---|---|
children | |
HoneycombChart.ErrorState
HoneycombChart.ErrorState provides a slot where the Error state wrapper can be
set.
ErrorStateProps
| Name | Type | Default | Description |
|---|---|---|---|
children | | ((errorMessage: ) => .) | |