A funnel chart.
This component also provides a React hook which can be used in headless mode:
useFunnel(), meaning that you can compute the chart but handle the rendering
by yourself, this hook supports almost the same properties as the chart.
The responsive alternative of this component is ResponsiveFunnel.
Chart data.
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.
'vertical'Direction of the chart.
'smooth'Part shape interpolation.
0Spacing between parts
0.66Blend shapes.
Value format supporting d3-format notation, this formatted value will then be used for labels and tooltips.
Ref to the chart's container. Used on this page to generate/download the chart's image via html-to-image.