What's new
New charts, fixes, and upgrade notes for every release.
- Releases
- 5
- Changes
- 17
- Updated
- Sep 25
Five new charts and JSON input
Waterfall, Heatmap, Interactive Area, Horizontal Bar and KPI Sparkline bring Chartcn to 13 chart types. You can now paste JSON, TSV or Markdown tables, and export any chart as PNG or SVG.
Read moreShow less
- NewInteractive Area, Waterfall, Heatmap, Horizontal Bar and KPI Sparkline charts.
- NewPaste JSON, TSV or Markdown tables, not just CSV.
- NewPNG/SVG export and an
/api/chartimage endpoint. - ImprovedGenerated code uses your own column names as data keys.
- ImprovedPer-chart SEO pages with Open Graph images.
- FixedHorizontal scroll on phones.
Upgrading: Data keys now match your column names. Re-copy and update them.
Code changes since v0.4.0
A new look for Chartcn
Chartcn gets its own logo, footer and FAQ. CSV numbers in any format, like 1,234.5 or 1,03,920, now parse correctly.
Read moreShow less
- NewChartCN logo, footer, FAQ and share banner.
- FixedNumbers like
1,234.5,1.234,5and1,03,920now parse correctly. - FixedBlank cells leave a gap instead of dropping to zero.

Combo charts and share links
Mix bars and lines in one chart, pick your own colors, and share any chart with a link. Components can now take their data as a prop.
Read moreShow less
- NewExport with inline data or a
dataprop. - NewCombo, Scatter and Radial charts, plus 100% stacking.
- NewCustom colors, share links and saved charts.
- FixedPie, Radial and Scatter code failed to type-check.

- NewExport with inline data or a
Colorful redesign
A new color palette, dark mode and dashboard-style charts with stat cards and a growth gauge.
Read moreShow less
- NewDark mode, stat cards and a growth gauge.
- ImprovedNew color palette and restyled charts.
Upgrading: Re-copy components to get the new styling.
Code changes since v0.1.0
First release
Paste a CSV, preview it as a Bar, Line, Area, Pie or Radar chart, and copy a ready-to-use shadcn/ui component.
Read moreShow less
- NewBar, Line, Area, Pie and Radar charts.
- NewPaste or upload CSV, copy the component.
