CPU Temperature — 30 Days
Daily Raspberry Pi temperature readings visualised as a line + area chart with hover tooltips.
mark: line · temporalTHE ONE LAYER
Interactive charts powered by Vega-Lite. Data stored as static JSON in this repo.
$ LOAD_GALLERY --renderer=vega-lite --mode=interactive
Each chart is a standalone Vega-Lite specification embedded in a plain HTML file.
Data lives in /data/*.json —
update the JSON, push to GitHub, and Cloudflare Pages redeploys automatically.
CHART_GALLERY
HOW_IT_WORKS
{ "url": "..." } loads a JSON or CSV file at runtime. No bundling, no build step.line, bar, point, arc, area...x, y, color, size, tooltip. This is where most of the logic lives.