Carregando…
Carregando…
Carregando…Vertical funnel chart with conversion rates, percentages and configurable colors.
Funnel Chart — conversion funnel with rates
$ npx kikitocn add funnel-chart@/lib/utilsimport { FunnelChart } from "@/components/ui/cn/funnel-chart/FunnelChart";
export function FunnelChartExample() {
return (
<FunnelChart />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
stages* | FunnelStage[] | — | Estágios do funil: { label, value, color? } |
showValues | boolean | true | Exibe valores absolutos |
showPercent | boolean | true | Exibe percentual relativo ao primeiro estágio |
showConversion | boolean | true | Exibe taxa de conversão entre estágios |