Feature request: auto layout #81
Replies: 2 comments 5 replies
-
Hey, The dagre example is still available right here, it's just not on the documentation site anymore. I proposed the idea of a layout feature in #61, so it is something that I plan on implementing but I can't say when - probably with the next major (0.5.0) release. |
Beta Was this translation helpful? Give feedback.
-
I was imagining a way where each stage of nodes could be rendered with flexbox styling, then all the stages would be in a larger flexbox container. You could set the gaps between items easily and the content would be free to have it's own sizing. Here's a codepan. If the edges are applied after, they can measure from each element. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the previous version, you mentioned using
dagre
to do auto layout, but in the recent version, I can't find this piece of content. And in my practice,dagre
doesn't seem to work with custom nodes.So, do you have plans to support auto layout?
Beta Was this translation helpful? Give feedback.
All reactions