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.30的桑基图在IE11浏览器上无法显示,在谷歌和火狐上可以正常显示 #3306

Closed
zyhao917 opened this issue May 30, 2016 · 0 comments

Comments

@zyhao917
Copy link

问题简述 (echarts.30的桑基图在IE11浏览器上无法显示,在谷歌和火狐上可以正常显示,提示“对象不支持“filter”属性或方法”)

版本及环境 (Version & Environment)

  • ECharts 版本 (ECharts version): 3.0
  • 浏览器类型和版本 (Browser version): IE11
  • 操作系统类型和版本 (OS Version): Windows7

重现步骤 (Steps to reproduce)

1.在IE11浏览器上无法显示桑基图
2.报错 echarts.min.js 对象不支持filter”属性或方法

期望结果 (Expected behaviour)

可以正常显示

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

兼容性问题

ECharts配置项 (ECharts option)

option = {
myChart.setOption({
              tooltip: {
                  trigger: 'item',
                  triggerOn: 'mousemove'
              },
              series: [
                  {
                      type: 'sankey',
                      layout:'none',
                      data: data.nodes,
                      links: data.links,
                      lineStyle: {
                          normal: {
                              curveness: 0.5
                          }
                      }
                  }
              ]
          });
}

其他信息 (Other comments)

@100pah 100pah closed this as completed in 47db135 Mar 29, 2017
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