TSV to Chart

Tab-separated values are what your clipboard holds after copying from a spreadsheet or a database client. Paste them straight in.

Chart type
Your data5 rows · 2 cols
TSV / Excel paste detected · suggested: bar
Live previewUpdates as you type · nothing leaves your browser
Bar chart of Population by City — 5 data points.
Export

How it works

Four steps, no setup

  • Copy your tab-separated rows
  • Paste into the editor
  • The tab delimiter is detected automatically
  • Download the chart as PNG, SVG or PDF

Privacy

Your file never leaves your device

Parsing, binning and rendering all happen in your browser with no network request. That is also why the chart appears instantly instead of after an upload round-trip.

FAQ

TSV to Chart questions

What is the difference between TSV and CSV?
TSV separates fields with tab characters, CSV with commas. TSV is safer for text that already contains commas. Both are detected automatically here.
Where does TSV data usually come from?
Copied spreadsheet cells, database query results and many CLI tools output tab-separated text.

Chart types

Chart your TSV data as…