OptionalidChart id used for DOM ids; generated when omitted.
OptionaltitleChart title; defaults to uPlot's own title option.
OptionalsubtitleOptionalcaptionOptionalxX axis label; defaults to the x axis' label, then the x series' label.
OptionalyY axis label; defaults to each y scale's axis label.
OptionalmsTreat x values as timestamps in this many milliseconds per unit: 1000
for seconds (uPlot's default) or 1 for milliseconds (ms: 1 in the
uPlot options). Only consulted when the x scale is a time scale; inferred
from the size of the values when omitted.
OptionalseriesPer-series overrides, keyed by the series index in u.series.
OptionalliveKeep MAIDR's reading in step with u.setData(...). On by default: an
update replaces the data in place, and new points appended at the end are
streamed so monitor mode (M) announces them. Set false for a chart
whose data never changes.
OptionalhighlightColor of the visual highlight drawn over the canvas. Defaults to the reader's highlight color from MAIDR's settings.
OptionalenabledSkip binding entirely (for a plugin registered on many charts).
Options accepted by
bindUPlotandmaidrPlugin.