FunnelChart
TheFunnelChart component displays data as progressively smaller sections in a funnel shape, making it ideal for conversion funnels, sales pipelines, and sequential processes where values decrease at each stage.
Props
Data Props
Query result or array of objects containing the data to visualize
Column name containing stage names
Column name containing numeric values for each stage
Formatting Props
Format string for values
Chart Layout Props
Chart title displayed at the top
Chart subtitle displayed below the title
Whether to show the legend
Funnel Style Props
Position of value labels: ‘inside’ | ‘outside’
Horizontal alignment of funnel: ‘center’ | ‘left’ | ‘right’
Sort order for stages: ‘none’ | ‘ascending’ | ‘descending’
Color for funnel section outlines
Width of outlines in pixels
Show percentage of initial value for each stage
Color Props
Color palette name or array of colors
Advanced Props
Custom ECharts configuration object
Custom series configuration
Print ECharts config to console
Renderer type: ‘canvas’ | ‘svg’
Connect charts for synchronized interactions
Empty data behavior: ‘pass’ | ‘warn’ | ‘error’
Custom empty data message