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 height for non-responsive component.
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.