The part of the echarts module bindAllECharts needs.
echarts
echarts.getInstanceByDom looks the instance up in a registry private to the module that created it, so it has to be the host's copy of ECharts: a second copy loaded beside it finds nothing.
echarts.getInstanceByDom
The instance drawn into an element, if there is one.
The part of the
echartsmodule bindAllECharts needs.echarts.getInstanceByDomlooks the instance up in a registry private to the module that created it, so it has to be the host's copy of ECharts: a second copy loaded beside it finds nothing.