|
|
@ -55,7 +55,7 @@ |
|
|
|
<li><a href="#Edges_configuration">Edges</a></li> |
|
|
|
<li><a href="#Groups_configuration">Groups</a></li> |
|
|
|
<li><a href="#Physics">Physics</a></li> |
|
|
|
<li><a href="#Data_manipulation">Data_manipulation</a></li> |
|
|
|
<li><a href="#Data_manipulation">Data manipulation</a></li> |
|
|
|
<li><a href="#Clustering">Clustering</a></li> |
|
|
|
<li><a href="#Navigation_controls">Navigation controls</a></li> |
|
|
|
<li><a href="#Keyboard_navigation">Keyboard navigation</a></li> |
|
|
@ -298,7 +298,8 @@ var nodes = [ |
|
|
|
<td>true</td> |
|
|
|
<td>If allowedToMove is false, then the node will not move from its supplied position. |
|
|
|
If only an x position has been supplied, it is only fixed in the x-direction. |
|
|
|
The same holds for y. If both x and y have been defined, the node will not move.</td> |
|
|
|
The same holds for y. If both x and y have been defined, the node will not move. |
|
|
|
If no x or y have been supplied, this argument will not do anything.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td>fontColor</td> |
|
|
@ -850,7 +851,8 @@ var options = { |
|
|
|
<td>false</td> |
|
|
|
<td>If allowedToMove is false, then the node will not move from its supplied position. |
|
|
|
If only an x position has been supplied, it is only fixed in the x-direction. |
|
|
|
The same holds for y. If both x and y have been defined, the node will not move.</td> |
|
|
|
The same holds for y. If both x and y have been defined, the node will not move. |
|
|
|
If no x or y have been supplied, this argument will not do anything.</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|