torque-pro-assistant - v1.0.0
    Preparing search index...

    One series of the overlay dataset — a single session's contribution for a single PID. The chart renders one of these per session per PID.

    interface OverlaySeries {
        color: string;
        key: string;
        label: string;
        pid: string;
        sessionId: string;
    }
    Index

    Properties

    color: string
    key: string

    Resolves to SessionDataRow field name with the session id prefixed: ${ sessionId }::${ pid }.

    label: string
    pid: string
    sessionId: string