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

    Properties

    Properties

    data: readonly SessionDataRow[]
    syncId?: string

    Cross-chart cursor sync id. Pass the same value to sibling charts on the Overview tab so the hover cursor stays in lockstep.

    testId?: string