You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
问题简述 (One-line summary)
echarts3, IE8调用dispose方法时界面报错
clear: function () {
this.root.removeChild(this.vmlViewport);
},
报错内容:类型不匹配
还有IE8下resize方法也不起作用
版本及环境 (Version & Environment)
重现步骤 (Steps to reproduce)
1.IE8画图,调用dispose方法
期望结果 (Expected behaviour)
正常销毁
可能哪里有问题 (What went wrong)
clear: function () {
this.root.removeChild(this.vmlViewport);
},
ECharts配置项 (ECharts option)
其他信息 (Other comments)
The text was updated successfully, but these errors were encountered: