From 9c7eba9d7110d6bad8b26737b4f665b561cd8d42 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Mon, 25 May 2015 15:58:35 +0200 Subject: [PATCH] fixed little bug in configurator --- HISTORY.md | 2 ++ docs/network/index.html | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index ddfbd37c..8a56d85f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/docs/network/index.html b/docs/network/index.html index b9b7cee1..7f940972 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -622,6 +622,15 @@ var locales = { Returns: Boolean Returns true if the node whose ID has been supplied is a cluster. + + getNodesInCluster( + String clusterNodeId) + + + Returns: Array + Returns an array of all nodeIds of the nodes that would be released if you open the cluster. + + openCluster( String nodeId)