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

Hierarchical Layout without Physics

+The hierarchical layout can now be controlled without the use of physics. This is much quicker. The options for this are:

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
levelSeparationDistance between levels.
nodeSpacingMinimum distance between nodes on the free axis.
treeSpacingDistance between different trees (independent networks).
blockShiftingMethod for reducing whitespace. Can be used alone or together with edge minimization. Each node will check for whitespace and will shift + it's branch along with it for as far as it can, respecting the nodeSpacing on any level.
edgeMinimizationMethod for reducing whitespace. Can be used alone or together with block shifting. Enabling block shifting will usually speed up the layout process. + Each node will try to move along its free axis to reduce the total length of it's edges.
parentCentralizationWhen true, the parents nodes will be centered again after the the layout algorithm has been finished.
+

+Play with the settings below the network and see how the layout changes! +
+ + + \ No newline at end of file -- cgit v1.2.3