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 --- .../layout/hierarchicalLayoutUserdefined.html | 152 +++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 www/lib/vis/examples/network/layout/hierarchicalLayoutUserdefined.html (limited to 'www/lib/vis/examples/network/layout/hierarchicalLayoutUserdefined.html') diff --git a/www/lib/vis/examples/network/layout/hierarchicalLayoutUserdefined.html b/www/lib/vis/examples/network/layout/hierarchicalLayoutUserdefined.html new file mode 100644 index 00000000..de536e54 --- /dev/null +++ b/www/lib/vis/examples/network/layout/hierarchicalLayoutUserdefined.html @@ -0,0 +1,152 @@ + + + + Network | Hierarchical Layout, userDefined + + + + + + + + + + + +

Hierarchical Layout - User-defined

+ +
+ This example shows a user-defined hierarchical layout. If the user defines levels for nodes but does not do so for + all nodes, an alert will show up and hierarchical layout will be disabled. Either all or none can be defined. + If the smooth curves appear to be inverted, the direction of the edge is not in the same direction as the network. +
+

+ + + + + +

+ +
+ +

+ + + -- cgit v1.2.3