What's new

New charts, fixes, and upgrade notes for every release.

Releases
5
Changes
17
Updated
Sep 25
  1. v0.5.0

    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 more
    • 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/chart image 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
    Chartcn v0.5.0: Five new charts and JSON input
  2. 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 more
    • NewChartCN logo, footer, FAQ and share banner.
    • FixedNumbers like 1,234.5, 1.234,5 and 1,03,920 now parse correctly.
    • FixedBlank cells leave a gap instead of dropping to zero.
    Code changes since v0.3.0
    Chartcn v0.4.0: A new look for Chartcn
  3. v0.3.0

    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 more
    • NewExport with inline data or a data prop.
    • NewCombo, Scatter and Radial charts, plus 100% stacking.
    • NewCustom colors, share links and saved charts.
    • FixedPie, Radial and Scatter code failed to type-check.
    Code changes since v0.2.0
    Chartcn v0.3.0: Combo charts and share links
  4. v0.2.0

    Colorful redesign

    A new color palette, dark mode and dashboard-style charts with stat cards and a growth gauge.

    Read more
    • 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
    Chartcn v0.2.0: Colorful redesign
  5. 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 more
    • NewBar, Line, Area, Pie and Radar charts.
    • NewPaste or upload CSV, copy the component.
    View on GitHub
    Chartcn v0.1.0: First release