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

echarts3, IE8调用dispose方法时界面报错 #3874

Closed
zhangjunxia opened this issue Aug 18, 2016 · 1 comment
Closed

echarts3, IE8调用dispose方法时界面报错 #3874

zhangjunxia opened this issue Aug 18, 2016 · 1 comment
Labels

Comments

@zhangjunxia
Copy link

zhangjunxia commented Aug 18, 2016

问题简述 (One-line summary)

echarts3, IE8调用dispose方法时界面报错

clear: function () {
this.root.removeChild(this.vmlViewport);
},
报错内容:类型不匹配
还有IE8下resize方法也不起作用

版本及环境 (Version & Environment)

  • ECharts 版本 (ECharts version): 3.2.3
  • 浏览器类型和版本 (Browser version):IE8
  • 操作系统类型和版本 (OS Version):win7

重现步骤 (Steps to reproduce)

1.IE8画图,调用dispose方法

期望结果 (Expected behaviour)

正常销毁

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

clear: function () {
this.root.removeChild(this.vmlViewport);
},

ECharts配置项 (ECharts option)

option = {

}

其他信息 (Other comments)

@pissang pissang added pending We are not sure about whether this is a bug/new feature. bug and removed pending We are not sure about whether this is a bug/new feature. labels Aug 18, 2016
@zhangjunxia
Copy link
Author

zhangjunxia commented Aug 19, 2016

@pissang IE8下resize方法不起作用,没报错

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

No branches or pull requests

2 participants