christophergandrud / networkD3

D3 JavaScript Network Graphs from R
http://christophergandrud.github.io/networkD3
649 stars 270 forks source link

Would it be possible to include Edge Labels in the forceNetwork code? #273

Closed bio-bean closed 4 years ago

bio-bean commented 4 years ago

I found some people who have implemented edge labels into their java code, and it would be really cool if that was also in the R package (for me, I tried and failed with java). (one example, another example)

I'm finding the R package for networkD3 really useful, thank you so much!

cjyetman commented 4 years ago

There is not a built-in feature for that. You would have to add your own custom JavaScript to achieve it.