d3-force/src
Mike Bostock ab792d2590 Better link strength normalization.
Related #30. Rather than normalize the total force applied per node, have the
default link strength be inversely proportional to the number of links for the
source and the target. This way, if the source or target is heavily connected,
the strength of the link is reduced. However, we still bias the application of
the link such that the less-connected of the two nodes is moved more.
2016-05-12 09:26:17 -07:00
..
center.js Pass nodes to force.initialize. 2016-04-25 21:47:24 -07:00
collide.js Minor optimization. 2016-05-04 08:40:17 -07:00
constant.js Assign node.index in d3.forceSimulation. 2016-04-08 08:33:00 -07:00
jiggle.js Separate dimensions for coincidence test. 2016-04-29 10:38:16 -07:00
link.js Better link strength normalization. 2016-05-12 09:26:17 -07:00
manyBody.js Reduce default strength. 2016-05-12 09:25:48 -07:00
simulation.js Default to the node’s current position. 2016-05-10 10:15:17 -07:00
x.js Separate d3.forcePosition into d3.force{X,Y}. 2016-04-29 09:40:12 -07:00
y.js Separate d3.forcePosition into d3.force{X,Y}. 2016-04-29 09:40:12 -07:00