From 05e761abca3ff42dbba371af0560b82707dfe7c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 13:31:36 -0700 Subject: updated vis --- .../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..dd77bb6b --- /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