MAIDR JavaScript API
    Preparing search index...

    The result of reading a uPlot instance.

    interface UPlotExtraction {
        maidr: Maidr;
        sources: Map<string, UPlotLayerSource>;
    }
    Index

    Properties

    Properties

    maidr: Maidr

    The figure, without an onNavigate callback.

    sources: Map<string, UPlotLayerSource>

    Layer id -> where its marks came from.