From 05e761abca3ff42dbba371af0560b82707dfe7c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 13:31:36 -0700 Subject: updated vis --- .../network/layout/hierarchicalLayoutMethods.html | 108 +++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 www/lib/vis/examples/network/layout/hierarchicalLayoutMethods.html (limited to 'www/lib/vis/examples/network/layout/hierarchicalLayoutMethods.html') diff --git a/www/lib/vis/examples/network/layout/hierarchicalLayoutMethods.html b/www/lib/vis/examples/network/layout/hierarchicalLayoutMethods.html new file mode 100644 index 00000000..51f55267 --- /dev/null +++ b/www/lib/vis/examples/network/layout/hierarchicalLayoutMethods.html @@ -0,0 +1,108 @@ + + + + Network | Hierarchical layout difference + + + + + + + + + + + +

Hierarchical layout difference

+
+ This example shows a the effect of the different hierarchical layout methods. Hubsize is based on the amount of edges connected to a node. + The node with the most connections (the largest hub) is drawn at the top of the tree. The direction method is based on the direction of the edges. + Try switching between the methods with the dropdown box below. +
+Layout method: +
+
+ +
+ +

+ + + -- cgit v1.2.3