Function FunnelChart
FunnelChart(
props):Promise<ReactNode> |ReactNode
A React component representing data progressively decreasing in size or quantity through a funnel shape.
Example
Funnel chart displaying data from the Sample ECommerce data model.
Parameters
| Parameter | Type | Description |
|---|---|---|
props | FunnelChartProps | Funnel chart properties |
Returns
Promise< ReactNode > | ReactNode
Funnel Chart component