-
We're looking to display a graph in a hierarchal layout, like in an org chart style. Is there a layout to support this? I'm looking here: https://graphology.github.io/standard-library/layout.html but am not seeing anything super-obvious. Any pointers in the right direction would be appreciated. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @rahst12, As we were hoarding some snippets of code at @ouestware, we just released some under the In these experiments, there is a basic tree layout ( Also, in the near future, together with @arthur-bigeard-gdotv and @sim51, we should commit some resources building bridges to use external popular graph layouts (such as cola.js, d3-hierarchy, d3-force...), but for Graphology graphs. Stay tuned! |
Beta Was this translation helpful? Give feedback.
Hi @rahst12,
As we were hoarding some snippets of code at @ouestware, we just released some under the
@ouestware/graphology-experiments
project:https://gitlab.com/ouestware/graphology-experiments
In these experiments, there is a basic tree layout (
@ouestware/graphology-layout-tree
) we are using sometimes, with a demo here. It definitely lacks documentation and testing right now, but it's there, at least.Also, in the near future, together with @arthur-bigeard-gdotv and @sim51, we should commit some resources building bridges to use external popular graph layouts (such as cola.js, d3-hierarchy, d3-force...), but for Graphology graphs.
Stay tuned!