From b28028ac4082842143b0f528d6bc539da6ccb419 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 21 Sep 2017 12:49:18 -0400 Subject: mega changes, including updates and X --- .../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..6664bd2d --- /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