MAIDR Documentation - v3.67.0
    Preparing search index...

    Manages DOM rectangles drawn on top of a Chart.js canvas to provide MAIDR-style highlight feedback for keyboard navigation.

    Index

    Constructors

    Methods

    Constructors

    • Parameters

      • host: HTMLElement

        Positioned wrapper element that contains the canvas.

      • canvas: HTMLCanvasElement

        The Chart.js canvas the overlay aligns to.

      • OptionalhighlightColor: string

        Optional outline color override.

      Returns HighlightOverlay

    Methods