Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

echarts查找connect组件时,未过滤null #2908

Closed
melonboy312 opened this issue Mar 26, 2016 · 0 comments
Closed

echarts查找connect组件时,未过滤null #2908

melonboy312 opened this issue Mar 26, 2016 · 0 comments

Comments

@melonboy312
Copy link

问题简述 (One-line summary)

for (var id in instances) {
var chart = instances[id];
if (chart.group === groupId) {

echatrs.3.1.4.js第410行,未判断chart是否为null,混淆后的min在特殊情况下,如出现过dispose()调用,会报错。

版本及环境 (Version & Environment)

  • ECharts 版本 (ECharts version): 3.1.4
  • 浏览器类型和版本 (Browser version): chrome 49
  • 操作系统类型和版本 (OS Version): windows7 64bit 企业版

重现步骤 (Steps to reproduce)

期望结果 (Expected behaviour)

可能哪里有问题 (What went wrong)

ECharts配置项 (ECharts option)

option = {

}

其他信息 (Other comments)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant