-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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]: The endpoint setting sourcePort and targetPort lines are occluded #6629
Labels
waiting for author
Further information is requested from the author.
Comments
@yvonneyx 有什么好办法解决这种遮挡问题么 |
这是由于 dagre 布局会同时返回节点位置和控制点结果,折线的正交路由会将控制点计算在内。你可以手动将控制点清空,以便路由算法重新计算拐点。
|
@yvonneyx 试过这个办法,效果是改善了一些,但是还是会出现遮挡,有什么自定义的方法能够弥补么。 ![]() |
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed. If you wish to see the issue reopened, please provide the missing information. | 由于该 issue 缺少关键信息且已闲置 7 天,现已自动关闭。如需重新打开此问题,请提供所缺失的信息。。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug / 问题描述
设置线的端点,线会被节点遮挡
type: 'polyline'
router设置'orth'、'shortest-path'都会出现遮挡
Reproduction link / 复现链接
https://codesandbox.io/p/sandbox/y4s8t7
Steps to Reproduce the Bug or Issue / 重现步骤
No response
G6 Version / G6 版本
🆕 5.x
OS / 操作系统
Browser / 浏览器
The text was updated successfully, but these errors were encountered: