Replies: 1 comment 4 replies
-
Hi @rahst12, Sorry for the delay. The best solution before to render bi-directional edges with sigma in my opinion, as presented in this story: https://www.sigmajs.org/storybook/?path=/story/sigma-edge-curve--parallel-edges Also, as it makes sense to have double arrows, I just pushed a new |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're looking into how to create a bi-directional edge between two nodes. Essentially, two nodes connected with one edge and an arrow on both ends of the edge pointing to each node.
We have a number of cases where nodes link to each other, resulting in the graph becoming cluttered with two edges pointing between the nodes. We're hoping if we can set an edge to be bidirectional, then the graph will look cleaner and we'll yield a performance improvement as well.
Any pointers would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions