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

    Interface RenderedSeries

    interface RenderedSeries {
        id: string;
        kind: SeriesKind;
        color: string | null;
        label: string | null;
        points: RenderedPoint[];
        data?: Record<string, unknown>;
    }
    Index

    Properties

    id: string
    color: string | null
    label: string | null
    points: RenderedPoint[]
    data?: Record<string, unknown>