MAIDR JavaScript API
    Preparing search index...

    Handle returned by bindLightweightChart.

    interface LightweightChartsBinding {
        maidr: Maidr;
        refresh: () => void;
        dispose: () => void;
    }
    Index

    Properties

    Properties

    maidr: Maidr

    The MAIDR figure as it stands, after the latest data change.

    refresh: () => void

    Reads the chart again from scratch. Call it after adding or removing a series or a pane: data changes are followed on their own, but the chart reports no event when its set of series changes.

    dispose: () => void

    Unsubscribes, unmounts MAIDR and puts the chart's container back.