All examples By author By category About

BTKY

Weighted nodes and curved links

This is a quick hack to draw two parallel links between nodes. Yes, you can scale it to more than two nodes, but it gets increasingly awkward. The alternative is to compute the paths manually, say by computing the perpendicular vector of the vector between the node centers, and offsetting the links accordingly.

forked from mbostock's block: Weighted nodes