chart your data and export it, without leaving the page

Drop a file or paste a table, switch the canvas to chart, and draw it. Bar, line, area or point, with an aggregate when you want one - and the picture is a view of the same pipeline everything else here runs on, so filtering by dragging leaves a step behind rather than a hidden selection.

how to use it

  1. Drop a file anywhere on the page, or paste a table straight from Excel, Sheets, or a SQL client. Nothing uploads - there is nowhere to upload it to.
  2. Switch the canvas from grid to chart, then pick a mark, a column for x, and what the values are - a count of rows, or a sum or average of another column.
  3. Drag across the chart to narrow it. That writes a real keep rows step into the pipeline, so the range survives export, a saved recipe, and a share link.
  4. Export the picture as svg or png, or copy the Vega-Lite spec that drew it - the same spec renders in the Vega editor, Observable, Altair or R.

what it does

every tool in the box

Like every unfckr tool, this runs 100% in your browser: no upload, no servers, no signup, no analytics. A Content-Security-Policy header blocks every programmatic network channel, so not even malicious code could phone home - and you can watch it happen: the privacy page runs six live escape attempts and shows the browser refusing each one.

↑ back to the tool