uPlot is a small, fast canvas time-series library, and the engine behind
Grafana's time-series panel. This adapter reads a live uPlot instance --
its columnar u.data, its series, axes and scales -- into MAIDR, mounts
MAIDR's accessible interface around the chart, draws the reader's position
back onto the canvas, and keeps the reading in step with u.setData(...)
so streaming metrics can be monitored (M) as they arrive.
Remarks
uplot (v1.6+) is loaded by the host page; this module never imports it.
uPlot integration for MAIDR.
uPlot is a small, fast canvas time-series library, and the engine behind Grafana's time-series panel. This adapter reads a live uPlot instance -- its columnar
u.data, its series, axes and scales -- into MAIDR, mounts MAIDR's accessible interface around the chart, draws the reader's position back onto the canvas, and keeps the reading in step withu.setData(...)so streaming metrics can be monitored (M) as they arrive.Remarks
uplot(v1.6+) is loaded by the host page; this module never imports it.Example