# Function FunnelChart

FunnelChart(props, deprecatedLegacyContext?): 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
deprecatedLegacyContext? any ::: warning Deprecated

:::

See

React Docs (opens new window)

# Returns

null | ReactElement< any, any >

Funnel Chart component