MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getInstanceByDom

Function getInstanceByDom

libs/echarts/echarts.simple.js:29275–29277  ·  view source on GitHub ↗

* @param {HTMLElement} dom * @return {echarts~ECharts}

(dom)

Source from the content-addressed store, hash-verified

29273 * @return {echarts~ECharts}
29274 */
29275function getInstanceByDom(dom) {
29276 return instances[getAttribute(dom, DOM_ATTRIBUTE_KEY)];
29277}
29278
29279/**
29280 * @param {string} key

Callers 2

initFunction · 0.70
disposeFunction · 0.70

Calls 1

getAttributeFunction · 0.70

Tested by

no test coverage detected