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

[Bug] echarts 树图节点超过2000个后收起节点不会销毁节点间连线 #20657

Open
wlllrain opened this issue Jan 7, 2025 · 2 comments
Labels
bug pending We are not sure about whether this is a bug/new feature.

Comments

@wlllrain
Copy link

wlllrain commented Jan 7, 2025

Version

5.4.3

Link to Minimal Reproduction

https://echarts.apache.org/examples/zh/editor.html

Steps to Reproduce

仅需在https://echarts.apache.org/examples/zh/editor.html内创建个tree类型的图表

Current Behavior

option = {
series: [
{
type: 'tree',
initialTreeDepth: -1,
roam: true,
data: [
{
name: 'root',
children: [...] // 节点数量>=2000
}
],
label: {
position: 'right'
}
}
]
};

Expected Behavior

节点数大于2000时收起节点仍能正常销毁节点间连线

Environment

- OS:
- Browser: Chrome 131.0.6778.140
- Framework:

Any additional comments?

No response

@wlllrain wlllrain added the bug label Jan 7, 2025
@echarts-bot echarts-bot bot added the pending We are not sure about whether this is a bug/new feature. label Jan 7, 2025
Copy link

echarts-bot bot commented Jan 7, 2025

@wlllrain It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED

TITLE

[Bug] When the echarts tree map has more than 2000 nodes, the connections between nodes will not be destroyed when the nodes are collapsed.

@helgasoft
Copy link

duplicate of #17266 and others

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

2 participants