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.
Chart height.
Chart margin.
'vertical'
Direction of the chart.
'smooth'
Part shape interpolation.
0
Spacing between parts
0.66
Blend shapes.
Value format supporting d3-format notation, this formatted value will then be used for labels and tooltips.