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

Function disposedWarning

libs/echarts/echarts-en.simple.js:28846–28850  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

28844mixin(ECharts, Eventful);
28845
28846function disposedWarning(id) {
28847 if (__DEV__) {
28848 console.warn('Instance ' + id + ' has been disposed');
28849 }
28850}
28851
28852function updateHoverLayerStatus(ecIns, ecModel) {
28853 var zr = ecIns._zr;

Callers 3

doConvertPixelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected