@rekurt/openkline - v0.2.0
    Preparing search index...

    Class CrosshairController

    Index

    Constructors

    Methods

    • Register a callback invoked on every double-click over the plot area. The payload is the HoverInfo for the cursor position, or null when the cursor is outside the plot. Additive only — the chart's built-in double-click handlers (fit / reset price scale) are unaffected.

      Parameters

      • handler: ((info: HoverInfo | null) => void) | null

      Returns void