Browse Source

updated docs

v3_develop
Alex de Mulder 9 years ago
parent
commit
e655f3b8b8
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      docs/network.html

+ 7
- 0
docs/network.html View File

@ -2655,6 +2655,13 @@ network.off('select', onSelect);
none
</td>
</tr>
<tr>
<td>stabilizationIterationsDone</td>
<td>Fired once when the network finished the initial stabilization run. This is fired REGARDLESS if the network has stabilized. It only means that the amount of configured stabilizationIterations have been completed.
<td>
none
</td>
</tr>
<tr>
<td>stabilized</td>
<td>Fired every time the network has been stabilized. This event can be used to trigger the .storePositions() function after stabilization. Fired with an object having the following properties:</td>

Loading…
Cancel
Save