force.initialize(nodes) Assigns the array of nodes to this force. This method is called when a force is bound
d3.forceCollide([radius]) Creates a new circle collision force with the specified
y.strength([strength]) If strength is specified, sets the strength accessor to the specified number or function
simulation.stop() Stops the simulation’s internal timer, if it is running, and returns the simulation. If the timer is already
x.strength([strength]) If strength is specified, sets the strength accessor to the specified number or function
force(alpha) Applies this force, optionally observing the specified alpha. Typically, the force is applied to the
simulation.alphaTarget([target]) If target is specified, sets the current target
d3.forceY([y]) Creates a new positioning force along the y-axis towards the given position
manyBody.distanceMax([distance]) If distance is specified, sets the maximum distance between nodes over which
simulation.on(typenames, [listener]) If listener is specified, sets the event listener for
Page 2 of 4