From 05e761abca3ff42dbba371af0560b82707dfe7c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 13:31:36 -0700 Subject: updated vis --- .../neighbourhoodHighlight.html | 162 +++++++++++++++++++++ 1 file changed, 162 insertions(+) create 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 new file mode 100644 index 00000000..1db8623e --- /dev/null +++ b/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html @@ -0,0 +1,162 @@ + + + + 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