Performance
Million Point Line + Custom X + LOD
Large time-series path using explicit x data and the default WASM min/max LOD pipeline. Pan, wheel zoom, double-click autoscale, and use the legend/right-click menu.
const h = plot.line("signal", y, { x });
h.setData(yNew, { x });
plot.autoscale();