d3-force/src
Mike Bostock 831ad55a59 Fix #20 - simulation.tick now returns boolean.
This changes simulation.tick to always advance the simulation one step,
regardless of the current value of alpha and alphaMin. If alpha is less than
alphaMin after this step, simulation.tick returns true, indicating that the
simulation can be safely ended.

Furthermore, simulation.tick no longer dispatches a tick event; the tick event
is only dispatched by the simulation’s internal timer. This is now consistent
with simulation.stop, which likewise does not dispatch an end event; the end
event is only dispatched when the simulation’s internal timer stops.
2016-04-27 09:17:47 -07:00
..
center.js Pass nodes to force.initialize. 2016-04-25 21:47:24 -07:00
collide.js Pass nodes to force.initialize. 2016-04-25 21:47:24 -07:00
constant.js Assign node.index in d3.forceSimulation. 2016-04-08 08:33:00 -07:00
contain.js Pass nodes to force.initialize. 2016-04-25 21:47:24 -07:00
link.js Pass nodes to force.initialize. 2016-04-25 21:47:24 -07:00
manyBody.js Deterministic initialization! 2016-04-26 17:37:00 -07:00
position.js Pass nodes to force.initialize. 2016-04-25 21:47:24 -07:00
simulation.js Fix #20 - simulation.tick now returns boolean. 2016-04-27 09:17:47 -07:00