An Icicle Chart with zooming ability and keyboard navigation support.
This chart type visualizes hierarchical data using nested rectangles. Each rectangle represents a node, sized by a value like count or duration, making it easy to compare parts of a tree and see their structure at a glance.
Hierarchical chart data.
'id'Id accessor.
'value'Value accessor
Define how to sort the nodes.
Optional formatter for values.
'bottom'Chart orientation.
1Horizontal spacing between nodes.
1Vertical spacing between nodes.
Chart width for non-responsive component.
Chart default width for responsive component.
Chart height for non-responsive component.
Chart default height for responsive component.
Debounce width/height updates for responsive component.
A callback for when responsive component is resized.
Chart margin.
Ref to the chart's container. Used on this page to generate/download the chart's image via html-to-image.