MAIDR JavaScript API
    Preparing search index...

    Interface PlannedAppend

    One point to append, and where.

    interface PlannedAppend {
        point: LiveDataPoint;
        layerId: string;
        groupIndex: number;
        maxWidth: number | undefined;
    }
    Index

    Properties

    layerId: string
    groupIndex: number
    maxWidth: number | undefined

    The sliding window that reproduces uPlot's trim of this row, or undefined when the row keeps every point. Rows differ: a bar or scatter row leaves out the gaps a line row keeps, so one window for the figure would not fit them all.