-
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
[Feat]: How can I make the G6 5x version routing similar to the one that the x6 has under the Manhattan type? #6688
Comments
To achieve a routing style in G6 similar to the Manhattan type in X6, you would need to implement a custom routing algorithm. The Manhattan routing style is characterized by lines that move horizontally and vertically, avoiding obstacles by skirting around them. Here's a general approach to create a similar routing in G6:
If you need further assistance or specific code examples, feel free to ask! 🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
And there is an example of implementation? |
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 天,现已自动关闭。如需重新打开此问题,请提供所缺失的信息。。 |
Describe the feature / 功能描述
Example - https://x6.antv.vision/en/examples/edge/router#manhattan
The key: The connecting line bypasses obstacles in the form of nodes, skirting them from a convenient side
Are you willing to contribute? / 是否愿意参与贡献?
❌ No / 否
The text was updated successfully, but these errors were encountered: