Browse Source

fixed little bug in configurator

flowchartTest
Alex de Mulder 9 years ago
parent
commit
9c7eba9d71
2 changed files with 11 additions and 0 deletions
  1. +2
    -0
      HISTORY.md
  2. +9
    -0
      docs/network/index.html

+ 2
- 0
HISTORY.md View File

@ -14,6 +14,8 @@ http://visjs.org
- Fixed click to use.
- Fixed getConnectedEdges method.
- Fixed clustering bug.
- Added getNodesInCluster method.
- Renamed editNodeMode to editNode, editNodeMode now give a deprication log message.
### Graph2d & Timeline

+ 9
- 0
docs/network/index.html View File

@ -622,6 +622,15 @@ var locales = {
<td class="midMethods">Returns: Boolean</td>
<td>Returns true if the node whose ID has been supplied is a cluster.</td>
</tr>
<tr class="collapsible toggle" onclick="toggleTable('methodTable','getNodesInCluster', this);">
<td colspan="2"><span parent="getNodesInCluster" class="right-caret"></span> getNodesInCluster(
<code>String clusterNodeId</code>)
</tr>
<tr class="hidden" parent="getNodesInCluster">
<td class="midMethods">Returns: Array</td>
<td>Returns an array of all nodeIds of the nodes that would be released if you open the cluster.
</td>
</tr>
<tr class="collapsible toggle" onclick="toggleTable('methodTable','openCluster', this);">
<td colspan="2"><span parent="openCluster" class="right-caret"></span> openCluster(
<code>String nodeId</code>)

Loading…
Cancel
Save