diff --git a/docs/network/index.html b/docs/network/index.html index 2ade8795..28199c4e 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -1487,7 +1487,7 @@ Thus, to get the topmost item, get the value at index 0. stabilized Object - Fired when the network has stabilized or when the stopSimulation() has been called. The amount of iterations it took could be used to tweak the maximum amount of iterations needed to stabilize the network. Passes an object with properties structured as: + Fired when the network has stabilized, when the amount of iterations defined in the options has been reached, or when the stopSimulation() has been called. The amount of iterations it took could be used to tweak the maximum amount of iterations needed to stabilize the network. Passes an object with properties structured as:
{
   iterations: Number // iterations it took
 }