d3 Force Directed Layout - Multiple Edge Labels

382 Views Asked by At

Is it possible to have multiple labels on an edge in a d3 force-directed layout?

I'm looking to add a label nearest to Node A, one in the middle and one nearest Node B (nodes can have their own labels):

[ NodeA ]--label1-----------------------------label2-----------------------------label3--[ NodeB ]

0

There are 0 best solutions below