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 ]