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

Example to have multiple edges on the same node with auto spacing between edges. #3758

Closed
vseverestek opened this issue Jan 1, 2024 · 1 comment
Labels
feature request New feature or request

Comments

@vseverestek
Copy link

vseverestek commented Jan 1, 2024

image

To build something likes This can you share examples or referneces please.

I am trying to add multiple edges on the same nodes

@vseverestek vseverestek added the feature request New feature or request label Jan 1, 2024
@vseverestek vseverestek changed the title Example to have multiple edges on the same node with auto spacing node. Example to have multiple edges on the same node with auto spacing between edges. Jan 1, 2024
@moklick
Copy link
Member

moklick commented Jan 3, 2024

This is possible with a custom edge implementation. You could render a different path if there is already an edge. We are doing something like that for the bi-directional edge here: https://reactflow.dev/examples/edges/custom-edges

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants