fakership
fakership
echarts will not resize when window resize, so i think the resize shoud not as a default behavoir
echarts will not resize when window resize, so i think the resize shoud not as a default behavoir
as a config is ok
as a config is ok
so, it is not still resolved in 2022?
> rename the config to `autoResize`, and default value is `true`. @hustcc done,i have changed triggerReisize to autoResize
```javascript (function (modules) { function require(id) { const [fn, mapping] = modules[id]; function localRequire(name) { return require(mapping[name]); } const module = { exports: {} }; fn(localRequire, module, module.exports); return module.exports;...