@pond-ts/charts API Reference
    Preparing search index...

    Type Alias CursorMode

    CursorMode:
        | "none"
        | "line"
        | "point"
        | "inline"
        | "flag"
        | "crosshair"
        | "region"

    The in-chart cursor presentation for a row (the synced vertical line is shared across rows). Exclusive modes — pick one:

    • none — no in-chart cursor.
    • line — the synced vertical line only, no per-series marks (pair with an off-chart readout via onTrackerChanged).
    • point — a dot on each series at the cursor, no line.
    • inline — dots + a value chip beside each.
    • flag — dots + value flags (a staffed flag from each point; the staff geometry lands in a later phase — for now flags stack at the top).
    • crosshair — the synced vertical line + a dot on each series, with each series' value pinned to its y-axis edge (an on-axis pill) and the cursor time pinned to the x-axis. The ChartIQ / trading-terminal readout. Values snap to the series (the axis pills read like ticks), not the raw mouse Y.