From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- .../neighbourhoodHighlight.html | 162 --------------------- 1 file changed, 162 deletions(-) delete mode 100644 www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html (limited to 'www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html') diff --git a/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html b/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html deleted file mode 100644 index 8e05d482..00000000 --- a/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - Network | Static smooth curves - World Cup Network - - - - - - - - - - - - -

Dynamic Data - Neighbourhood Highlight

-
- This example shows the power of the DataSet. Once a node is clicked, all nodes are greyed out except for the first and second order connected nodes. - In this example we show how you can determine the order of connection per node as well as applying individual styling to the nodes based on whether or not - they are connected to the selected node. The code doing the highlighting only takes about 1ms, the rest of the time is the redrawing of the network (9200 edges..). -

-
- -
- - - - -- cgit v1.2.3