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

How to give multiple edges separate path if they point to same node(During interaction)? #4

Open
igauravsehrawat opened this issue Jul 27, 2018 · 1 comment

Comments

@igauravsehrawat
Copy link

For example in given screenshot

Node 1 has two edges towards Node 2 and Node 2 has one edge back to Node.
Edges are created separated in initial data but when Node 2 is moved the edges collides and overlap with one another.

screen shot 2018-07-27 at 18 55 09

Any help will be appreciated.

Thanks

@igauravsehrawat
Copy link
Author

igauravsehrawat commented Jul 27, 2018

More details

I changed models data in your react-flow-diagram-example. So it renders out as expected like shown below.
screen shot 2018-07-27 at 19 31 39

But when you move the Node 2 it all combines as one edge, like shown below.
screen shot 2018-07-27 at 19 35 16

How to mitigate this problem, is it easy?

Thanks

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

No branches or pull requests

1 participant