-
Notifications
You must be signed in to change notification settings - Fork 326
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
Overlapped relationships when we have multiple relationships between same pair of nodes #350
Comments
Hm... That's a vis-network problem, searching online I found |
this is for nodes overlapping. I need the parameter to avoid relationship overlapping I am currently getting it like this. |
Maybe this? |
These are multiple links and their labels as well are getting overlapped |
Did your find any solutions to this problem ? I'm facing the same issue, avoidOverlap works well on nodes but n-edges between two same nodes are overlaping. |
Expected Behavior (Mandatory)
I have a neo4j graph that i am displaying in hierarchical mode. I have a scenario where i have multiple relationships between a pair of nodes. I am expecting the relationships to not overlap
Actual Behavior (Mandatory)
however, the relationships are overlapping in that case. I tried to add avoidOverlap i hierarchical, but seems that doesn't work for hierarchical.
How to Reproduce the Problem
Simple Example
Datasets and Statements
Screenshots (where it's possibile)
Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: