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

    Class GoToLiveRenderer

    Floating "Go to live ▶" pill that appears in the lower-right corner of the chart area when the viewport is not following the live edge. Clicking it scrolls the chart to the newest candle and re-enables auto-follow.

    The renderer draws into any CanvasRenderingContext2D and returns the pill's bounding box in logical pixels so the controller can hit-test clicks.

    Index

    Constructors

    Methods

    • Hit-test a pointer event in logical chart coordinates.

      Parameters

      • localX: number
      • localY: number

      Returns boolean