d3.js Force Layout: drawing multiple straight, parallel links between two nodes
A graph consists of nodes (a.k.a. vertices), and links between the nodes (a.k.a. edges) . A link connects two nodes. Sometimes one wants to draw more than one link between two …