I have created a network graph in R using networkD3
.
The graph looks so congested.
So i tried to increase the distance between edges. when I pass in some value through linkDistance
, the whole shape is distorted and some nodes disappear. I gave some arbitrary value 10 for all the edges.
What am I doing wrong?