You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The *hierarchic layout algorithm* arranges graphs in a hierarchic fashion. It aims to highlight the main direction
11
+
The *hierarchical layout algorithm* arranges graphs in a hierarchical fashion. It aims to highlight the main direction
12
12
or flow within a directed graph. The nodes of a graph are placed in hierarchically arranged layers such that
13
13
the (majority of) edges of the graph show the same overall orientation, for example, top-to-bottom. Additionally,
14
14
the ordering of the nodes within each layer is chosen in such a way that the number of edge crossings is small.
@@ -19,15 +19,15 @@ the ordering of the nodes within each layer is chosen in such a way that the num
19
19
20
20
The hierarchical layout algorithm offers extensive customization options through a wide array of properties accessible
21
21
via `HierarchicalLayoutOptions`. Fundamental options include layout orientation, orthogonal edge routing, layer distance, and others.
22
-
Moreover, the hierarchic layout supports grouped graphs. It also automatically places node and edge labels when the
22
+
Moreover, the hierarchical layout supports grouped graphs. It also automatically places node and edge labels when the
23
23
corresponding properties are activated.
24
24
25
25
Additional customization for individual graph elements, such as `sourcePortCandidates`, `nodeMargins`, and more, can be achieved via
26
26
the `HierarchicalLayoutDataProvider`.
27
27
28
-
Feel free to play around with the hierarchic layout configuration in our [online playground](#my-playground).
28
+
Feel free to play around with the hierarchical layout configuration in our [online playground](#my-playground).
29
29
30
-
Extensive documentation detailing all available properties of the hierarchic layout supported by *yFiles layouts for React Flow* can be
30
+
Extensive documentation detailing all available properties of the hierarchical layout supported by *yFiles layouts for React Flow* can be
31
31
found [here](https://docs.yworks.com/yfileshtml/#/dguide/hierarchical_layout#hierarchical_layout).
32
32
33
33
```tsx
@@ -49,7 +49,7 @@ runLayout({
49
49
50
50
## HierarchicalLayoutOptions
51
51
52
-
The configuration options for the hierarchic layout algorithm that arranges graphs in a hierarchic fashion. <p> For more information on the layout algorithm and its available settings, see [HierarchicalLayout](https://docs.yworks.com/yfileshtml/#/api/HierarchicalLayout).</p>
52
+
The configuration options for the hierarchical layout algorithm that arranges graphs in a hierarchical fashion. <p> For more information on the layout algorithm and its available settings, see [HierarchicalLayout](https://docs.yworks.com/yfileshtml/#/api/HierarchicalLayout).</p>
0 commit comments