christophergandrud / networkD3

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

Repel node labels in forceNetwork #259

Open julijamell opened 5 years ago

julijamell commented 5 years ago

Is it possible to have node labels repel each other to avoid label overlap?

cjyetman commented 5 years ago

No, not currently. And it’s not something likely to be added because of the difficulty in achieving it.