Open rogeralsing opened 2 years ago
I'm currently abusing this way too much, special css for hidden elements etc.
But I think it looks pretty neat so far: https://proto.actor/docs/placement-strategies https://proto.actor/docs/cluster/#grain-lifecycle
But it would be great to be able to control more how things are laid out. Currently I have invisible arrows in some places to make things group and align nicely.
You can actually do this with CSS flex, and maybe CSS grid layouts.
Hi. Did you manage to find some sort of way to align those items according to your needs?
I have the same question, how should I set the css ?
This is how I want to render my graphs
Here is what I have using MermaidJS so far:
Getting there, but I have not yet found a way to control sizes and layouts. e.g. empty subgraphs, is there some way to control their width/height?
And for some reason, the subgraphs are stacked backward. why is that?
Is there anything I can do here to make the mermaid version layout more like the image above?