MAIDR JavaScript API
    Preparing search index...

    Interface UPlotSeriesMaidrOptions

    Per-series options, set on the series itself as maidr: { ... } or passed through MaidrUPlotOptions.series.

    interface UPlotSeriesMaidrOptions {
        kind?: UPlotSeriesKind;
        exclude?: boolean;
    }
    Index

    Properties

    Properties

    What the series is read as. uPlot draws every kind through an opaque paths function, so MAIDR infers the kind from the path uPlot last built for it; set this when a custom path builder defeats that inference.

    exclude?: boolean

    Leave this series out of MAIDR entirely.