MAIDR JavaScript API
    Preparing search index...

    Type Alias UPlotFacetedData

    UPlotFacetedData: ReadonlyArray<
        ReadonlyArray<ArrayLike<number | null | undefined>>
        | null,
    >

    Data in uPlot's faceted mode (mode: 2): index 0 is unused and every other entry is one series' own [xs, ys, ...] columns.