Interface UplotProjectionExperimental

Result of projecting an artifact into µPlot inputs.

interface UplotProjection {
    data: UplotAlignedData;
    markKeys: readonly string[];
    options: UplotOptions;
    xUnit: "epoch-seconds" | "bucket-midpoint";
}

Properties

markKeys: readonly string[]

Mark key per x index, so a cursor index or a brushed x-range maps back to stable mark keys without µPlot state entering SDK core.

options: UplotOptions
xUnit: "epoch-seconds" | "bucket-midpoint"

The x-axis unit the projection used.