GraphFunnel
Import
import { GraphFunnel } from 'markgraphy';Basic usage
<GraphFunnel
title="example"
ticks={20}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | — |
steps | FunnelStep[] | — | — |
ticks? | number | 20 | — |
stage? | string | — | — |
glyphs? | Glyphs | — | — |
palette? | GraphPalette | — | — |
corner? | string | — | — |
class? | string | '' | — |
Exported types
FunnelStepGraphFunnelProps