vis-network
vis-network copied to clipboard
Is there a way to display multiple edges connecting from and to the same node?
I have multiple edges that connect to the same from and to node. However only 1 edge gets displayed. Is there a way to display all of them?
Hi @Instinct408,
you can use node.selfReference.size and node.selfReference.angle to manually distinguish different edges from one another. Though there isn't any way to do it automatically at the moment.
I think currently they do get added, but overlap perfectly. If there's a way to add some distance between them, this may fix the problem.