Overview
Copy-paste React chart components built on Recharts, D3, and Tailwind: the same ones our own apps render.
Charts is a component library, not a dependency. You copy a chart into your codebase and own it from then on: the same philosophy as shadcn/ui, which it is built to sit alongside.
There is no API and no account. If you have a React app with Tailwind, you can use it.
What's in it
Charts span the ordinary and the specialised:
| Category | Examples |
|---|---|
| Basic | Area, bar, line, pie, donut, scatter |
| Statistical | Box plot, histogram, density, violin, SPLOM |
| Financial | Candlestick, OHLC, waterfall, bullet |
| Scientific | Contour, ternary, parallel coordinates, polar |
| Hierarchical | Treemap, sunburst, icicle, dendrogram |
| Flow and relation | Sankey, network graph, parcats, slope |
| Maps | Choropleth |
Every chart ships light and dark, is responsive by default, and is composed from a small set of shared primitives (container, axis, grid, legend, tooltip), so they behave consistently once you know one.