Gallery
Eight live, touchable charts — not thumbnails. Hover any of them to see
the crosshair track; each is the exact same @pond-ts/charts primitives you'd
compose yourself. Click a card's Story link to jump to its full
Storybook coverage (every prop, every variant).
Where these come from
Every card above is one of the chart-type support matrix's
draw layers, seeded with deterministic sample data (no Math.random(), no
Date.now() — what you see is what renders on every visit). None of it is a
special "demo mode": the same ChartContainer / ChartRow / Layers composition
you'd write yourself, mounted for real.
- Storybook — the systematic, per-prop knob walk each card's Story link jumps into.
- Using @pond-ts/charts — install notes and integration gotchas.
- Theming charts — the
ChartThememodel behind every card here (they all run the docs site's own live theme,useSiteChartTheme).