MAIDR JavaScript API
    Preparing search index...

    Interface UPlotScale

    One scale, as uPlot holds it.

    interface UPlotScale {
        time?: boolean;
        min?: number | null;
        max?: number | null;
        distr?: number;
        ori?: number;
        dir?: number;
    }
    Index

    Properties

    time?: boolean
    min?: number | null

    The current range, once uPlot has laid the scale out.

    max?: number | null
    distr?: number
    ori?: number
    dir?: number