Charts · 20 chart types, with examples in real UI

Charts are not decoration — they answer a question. Every recipe in this section starts with the question the chart is meant to answer, sketches the SVG inline, then drops it into a real UI so you see how it lives next to a header, a table, a row card. Each recipe ends with the <Chart.X> React snippet you can copy.

Charts · v0.1 20 recipes @corelithzw/react · Chart.* Component reference →
Fundamentals · 01–12

The charts you reach for first

Line, area, bar, pie, donut and their close cousins. If you only learn twelve charts, learn these — they cover roughly 90% of every analytics screen you'll ship.

Advanced · 13–20

When the basics aren't enough

Heatmaps, funnels, radar, treemaps — pull these out when the data shape genuinely needs them. Each is heavier visually, so reach for them deliberately, not by default.

In context

Charts inside real UI

Three of the fundamentals — single-line, vertical bars and sparkline — each include a dedicated "Used in a dashboard" variation block inside their recipe. Open those three to see how a chart lives next to a page header, a KPI hero, a row card and a small mobile tile.