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

Function _resizeHandler

src/leaflet/overlay/EChartsLayer.js:218–223  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

216 const me = this;
217
218 function _resizeHandler(e) {
219 let size = e.newSize;
220 me._echartsContainer.style.width = size.x + 'px';
221 me._echartsContainer.style.height = size.y + 'px';
222 me._ec.resize()
223 }
224
225 this._map.on('resize', _resizeHandler);
226 this._resizeHandler = _resizeHandler

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected