uPlot draws for the first time in a microtask after new uPlot(...)
returns, and what each series draws is only known once it has, so a chart
that has not drawn yet is bound when it does (its ready hook). Register
maidrPlugin instead to have this called for you.
Makes a uPlot chart accessible with MAIDR.
uPlot draws for the first time in a microtask after
new uPlot(...)returns, and what each series draws is only known once it has, so a chart that has not drawn yet is bound when it does (itsreadyhook). Register maidrPlugin instead to have this called for you.