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

echart3.2.3中treemap通过setOption方法更新值时,notMerge为true时,更新后导航失效 #4291

Closed
FlowerBirds opened this issue Oct 20, 2016 · 1 comment
Labels
pending We are not sure about whether this is a bug/new feature.

Comments

@FlowerBirds
Copy link

问题简述 (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)

option = {

}

其他信息 (Other comments)

示例展示
注意:请尝试分别点击按钮,点击另一个时,请刷新页面先

@pissang pissang added the pending We are not sure about whether this is a bug/new feature. label Oct 27, 2016
@100pah 100pah closed this as completed in 4f38ef4 Oct 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

3 participants
@pissang @FlowerBirds and others