I have a d3 layout chart that works very nicely, but it often gets stuck prematurely. For example, nodes are shifted to a good location, and if they βhitβ them (again introducing a bit of randomness into their placement and start() , they finally get there). The problem also gets worse if I reduce friction because users find it too feverish.
I see a mention of "cancellation" (ala simulated annealling) in the force.js source code , and the public parameter alpha one component key. I am wondering if anyone understood how to manage a common list of deviations directly (without fixing force.js !)?
source share