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
echart3.2.3中treemap通过setOption方法更新值时,notMerge为true时,更新后导航失效 在更新图形数据时(series-data值),钻取到子节点时,在返回顶层,点击导航条无法返回到顶层 ====== 请查看底部给出的示例地址 =======
1.setOption设置notMerge为false(默认)时,更新series-data的值,先到子节点,在通过导航返回顶层 2.setOption设置notMerge为true时,更新series-data的值,先到子节点,在通过导航返回顶层
option = { }
示例展示 注意:请尝试分别点击按钮,点击另一个时,请刷新页面先
The text was updated successfully, but these errors were encountered:
4f38ef4
No branches or pull requests
问题简述 (One-line summary)
echart3.2.3中treemap通过setOption方法更新值时,notMerge为true时,更新后导航失效
在更新图形数据时(series-data值),钻取到子节点时,在返回顶层,点击导航条无法返回到顶层
====== 请查看底部给出的示例地址 =======
重现步骤 (Steps to reproduce)
1.setOption设置notMerge为false(默认)时,更新series-data的值,先到子节点,在通过导航返回顶层
2.setOption设置notMerge为true时,更新series-data的值,先到子节点,在通过导航返回顶层
期望结果 (Expected behaviour)
可能哪里有问题 (What went wrong)
ECharts配置项 (ECharts option)
其他信息 (Other comments)
示例展示
注意:请尝试分别点击按钮,点击另一个时,请刷新页面先
The text was updated successfully, but these errors were encountered: