MAIDR JavaScript API
    Preparing search index...

    Interface EChartsInstance

    A rendered ECharts instance.

    Only getModel is read. getZr() and dispatchAction() are deliberately not declared: the first exposes no element-to-DOM-node mapping in the production build, and the second is ECharts' own highlighting, which MaidrLayer.selectors has no way to call (#1195).

    interface EChartsInstance {
        getModel: () => EChartsModel;
    }
    Index

    Properties

    Properties

    getModel: () => EChartsModel