# Function FunnelChart
FunnelChart(
props
):null
|ReactElement
<any
,any
>
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
null
| ReactElement
< any
, any
>
Funnel Chart component