Create an edge with my own ID using a Sigma MultiGraph #1455
-
I am visualizing some data using a sigma multigraph. When I create a node I am able to do something like this: Q: Is there a way that I can manually set the id for the edge that I am adding? either with a different implementation of addEdge or some other function or library that I am not aware of? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should take a look at the graphology documentation, specially the |
Beta Was this translation helpful? Give feedback.
You should take a look at the graphology documentation, specially the
addEdgeWithKey
function : https://graphology.github.io/mutation.html#addedgewithkey