We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e67d01 + 0ea1920 commit e665de0Copy full SHA for e665de0
docs/source/rendering.rst
@@ -29,6 +29,7 @@ You can provide these either as a percentage of the available space (eg. ``"80%"
29
(eg. ``"800px"``).
30
31
Further you can change the layout of the graph using the ``layout`` parameter, which can be set to one of the following values:
32
+
33
* ``Layout.FORCE_DIRECTED`` - Nodes are arranged using the Force-Directed algorithm, which simulates physical forces
34
* ``Layout.HIERARCHICAL`` - Arranges nodes by the directionality of their relationships, creating a tree-like structure
35
* ``Layout.COORDINATE`` - Arranges nodes based on coordinates defined in `x` and `y` properties on each node.
0 commit comments