We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.在IE11浏览器上无法显示桑基图 2.报错 echarts.min.js 对象不支持filter”属性或方法
可以正常显示
兼容性问题
option = { myChart.setOption({ tooltip: { trigger: 'item', triggerOn: 'mousemove' }, series: [ { type: 'sankey', layout:'none', data: data.nodes, links: data.links, lineStyle: { normal: { curveness: 0.5 } } } ] }); }
The text was updated successfully, but these errors were encountered:
47db135
No branches or pull requests
问题简述 (echarts.30的桑基图在IE11浏览器上无法显示,在谷歌和火狐上可以正常显示,提示“对象不支持“filter”属性或方法”)
版本及环境 (Version & Environment)
重现步骤 (Steps to reproduce)
1.在IE11浏览器上无法显示桑基图
2.报错 echarts.min.js 对象不支持filter”属性或方法
期望结果 (Expected behaviour)
可以正常显示
可能哪里有问题 (What went wrong)
兼容性问题
ECharts配置项 (ECharts option)
其他信息 (Other comments)
The text was updated successfully, but these errors were encountered: