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

    Rendering stage / container element.

    interface AnyChartStage {
        container: () => HTMLElement | null;
        domElement: () => HTMLElement | null;
        listenOnce?: (event: string, handler: () => void) => void;
    }
    Index

    Properties

    container: () => HTMLElement | null
    domElement: () => HTMLElement | null
    listenOnce?: (event: string, handler: () => void) => void

    Register a one-shot listener for a Stage event such as 'stagerendered'. AnyChart fires 'stagerendered' after the chart SVG has been attached to the DOM, in both sync and async render modes.