You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: