torque-pro-assistant - v1.0.0
    Preparing search index...
    interface OverlayChartProps {
        data: readonly OverlayRow[];
        series: readonly OverlaySeries[];
        syncId?: string;
        testId?: string;
    }
    Index

    Properties

    data: readonly OverlayRow[]
    series: readonly OverlaySeries[]

    Series filtered to a single PID — one per session contributing.

    syncId?: string

    Sync id shared with sibling overlay charts so the hover cursor moves across the stack.

    testId?: string