Loom Engine - v3.1.1
    Preparing search index...

    Interface SeriesSpec

    interface SeriesSpec {
        id: string;
        kind?: SeriesKind;
        points: ChartPoint[];
        color?: string;
        label?: string;
        data?: Record<string, unknown>;
    }
    Index

    Properties

    id: string
    kind?: SeriesKind
    points: ChartPoint[]
    color?: string
    label?: string
    data?: Record<string, unknown>