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

    Interface TrackerInfo

    The hover snapshot handed to onTrackerChanged — the cursor time + every series' value there, so a consumer can render the readout outside the chart.

    interface TrackerInfo {
        time: number;
        values: readonly TrackerSample[];
    }
    Index

    Properties

    Properties

    time: number
    values: readonly TrackerSample[]