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
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
问题描述
1.xx 版本 在绘制边的时候,边的数量越多,每条边耗时越久,导致100条边的时候,页面需要加载3到4秒,如果是定制化的边,页面加载更慢,是否可以优化
重现链接
https://antv-x6.gitee.io/zh/examples/edge/connector#jumpover
重现步骤
官网示例 ;连线-跳线,当修改 graph.addNode()方法的个数时发现每条边耗时超过30ms,而且边越多,每条边耗时是增量
1,1条边,每条边耗时4ms
2,100条边,每条边耗时37ms
预期行为
是否能优化,减少每条边的时间
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
页面数据过多时,加载很慢。
The text was updated successfully, but these errors were encountered: