Skip to content

Funnel chart

import { FunnelChart } from '@arshad-shah/swift-chart';
new FunnelChart('#chart', { theme: 'midnight' })
.setData(conversionFunnel, { labelField: 'stage', valueField: 'value' });

Pyramid orientation

Set pyramid: true to invert the chart vertically: a narrow apex at the top widens into the largest stage at the bottom.

Reference