Skip to Content
✨ QuickCode UI keeps growing! More components, more features, and more ways to make your projects shine. Stay tuned & maybe… hire me or sponsor me 😉 
DocumentationFunnelChart

FunnelChart

A funnel chart component for visualizing conversion rates, sales pipelines, and progressive data reduction across stages.

Install Dependencies

npx
quickcode-ui add FunnelChart

Examples

Basic

Basic Funnel Chart

With Labels

Funnel Chart with Labels

Custom Labels

Funnel Chart with Custom Labels

Props

ChartContainer

PropTypeDefaultDescription
configChartConfigConfiguration object defining chart colors and labels
childrenReactNodeChart components to render
classNamestringAdditional CSS classes

FunnelChart

PropTypeDefaultDescription
marginobjectChart margins
classNamestringAdditional CSS classes

ChartTooltipContent

PropTypeDefaultDescription
hideLabelbooleanfalseHide the tooltip label
nameKeystring'name'Key for stage name
valueKeystring'value'Key for value
classNamestringAdditional CSS classes
Last updated on