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
snakey data=[]时,js报错
echart3.1.3
sankey图,无节点的时候,报js错误
威客java 2016/3/21 14:03:03 { type: 'sankey', layout:'none', data: [], links: [], }
js报错误日志: echarts-all-3.js:30 Uncaught TypeError: Cannot read property 'getLayout' of undefined(anonymous function) @ echarts-all-3.js:30(anonymous function) @ echarts-all-3.js:23p @ echarts-all-3.js:1f.extend.eachSeriesByType @ echarts-all-3.js:23t.exports @ echarts-all-3.js:30(anonymous function) @ echarts-all-3.js:1p @ echarts-all-3.js:1(anonymous function) @ echarts-all-3.js:1p @ echarts-all-3.js:1d @ echarts-all-3.js:1E.update @ echarts-all-3.js:10E.prepareAndUpdate @ echarts-all-3.js:10z.setOption @
The text was updated successfully, but these errors were encountered:
官方为啥不解决
Sorry, something went wrong.
不好意思,我们每天有很多 issue,有时候会有遗漏,请见谅。这个问题我现在在跟
您好,这个问题解决了,会随下个版本一起发布。感谢给我们提意见,祝好~
请问3.x哪个版本解决的, 我现在使用的3.6.2依旧存在问题
deqingli
No branches or pull requests
问题简述 (One-line summary)
snakey data=[]时,js报错
版本及环境 (Version & Environment)
echart3.1.3
重现步骤 (Steps to reproduce)
sankey图,无节点的时候,报js错误
威客java 2016/3/21 14:03:03
{
type: 'sankey',
layout:'none',
data: [],
links: [],
}
js报错误日志:
echarts-all-3.js:30 Uncaught TypeError: Cannot read property 'getLayout' of undefined(anonymous function) @ echarts-all-3.js:30(anonymous function) @ echarts-all-3.js:23p @ echarts-all-3.js:1f.extend.eachSeriesByType @ echarts-all-3.js:23t.exports @ echarts-all-3.js:30(anonymous function) @ echarts-all-3.js:1p @ echarts-all-3.js:1(anonymous function) @ echarts-all-3.js:1p @ echarts-all-3.js:1d @ echarts-all-3.js:1E.update @ echarts-all-3.js:10E.prepareAndUpdate @ echarts-all-3.js:10z.setOption @
The text was updated successfully, but these errors were encountered: