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