Bar Chart Generator

Paste a CSV / TSV / pipe-delimited file (or a simple 2-column label,value blob) and get a clean SVG bar chart — vertical or horizontal, sorted by value or label, with axes, gridlines, and value labels. Download the SVG, copy it as a PNG, or take the data back as CSV. Nothing leaves your browser.

Options

Resolved from the parsed header. Choose by header name or column index.

Chart

Paste data to render a chart.

How does this tool work?
  • Input — CSV, TSV, pipe-delimited, or a simple 2-column label,value blob. A header row is auto-detected; you can override.
  • Numbers — trailing % divides by 100, leading $€£¥₹ is stripped, and 1,234,567-style thousands separators are accepted.
  • Axis — the value axis is "nice-rounded" (Heckbert's rule) so labels stay readable.
  • Export — the SVG is a self-contained <svg> element you can paste into a Markdown file, embed in HTML, or rasterise with the Copy-as-PNG button.