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

    Properties

    Properties

    data: readonly SessionDataRow[]
    syncId?: string

    Cross-chart cursor sync id. Pair sibling Overview charts with the same value so the hover position stays in lockstep.

    testId?: string