score:2

you can set the linkstrength to a lower value to make the linking less abrupt. like so:

force.linkstrength(0.1);

linkstrength is a value between 0 and 1. https://github.com/mbostock/d3/wiki/force-layout#linkstrength


Related Query

More Query from same tag