Load an Apache Parquet file — or pick one of eight built-in sample datasets — and turn it into a chart. Choose the chart type, X/Y fields, series, and aggregation; everything renders locally in your browser and nothing is uploaded.
Drop a .parquet file onto the page or pick a built-in sample. Choose a chart type — bar, line, area, scatter, histogram, pie, heatmap, or box plot — then map columns to the X axis, Y axis, and an optional series, and pick an aggregation (count, sum, average, min, or max). The chart redraws instantly as you change the configuration.
No file handy? Eight synthetic sample datasets are built in, each tuned to show off a chart type:
Download the finished chart as an SVG vector file or a PNG image. Both are produced locally in the browser — there is no server-side rendering. The chart configuration is mirrored into the URL fragment, so a link reproduces the same chart.
The Parquet file is decoded in your browser via WebAssembly and every aggregation and chart is computed locally — nothing is uploaded. The URL fragment never reaches a server.