MAIDR JavaScript API
    Preparing search index...

    Function writeOverlayRegions

    • Writes the plot area and the painted-over areas onto an overlay layer.

      Parameters

      • layer: HTMLElement

        The overlay layer

      • plotArea: PixelRect | null

        The plot area, or null when it is not known

      • exclude: readonly (PixelRect | null)[] = []

        Areas painted over the data, such as a tooltip

      Returns void