fakership

Results 7 comments of 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

> 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;...