From 4f52d3db90627e005483e70fd10cceb3d4f823ac Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:58:41 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../layout/hierarchicalLayoutUserdefined.html | 143 ++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 js/dos/ext/vis/examples/network/layout/hierarchicalLayoutUserdefined.html diff --git a/js/dos/ext/vis/examples/network/layout/hierarchicalLayoutUserdefined.html b/js/dos/ext/vis/examples/network/layout/hierarchicalLayoutUserdefined.html new file mode 100644 index 0000000..166f8e6 --- /dev/null +++ b/js/dos/ext/vis/examples/network/layout/hierarchicalLayoutUserdefined.html @@ -0,0 +1,143 @@ + + + + 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. +
+

+ + + + + +

+ +
+ +

+ + +