Replies: 4 comments 1 reply
|
What about defining the relationship type in addition to the container layout?
Or some variant of the above that fits within your standards. :) |
0 replies
|
the ability to specify it on a relationship level is possible in TALA, since it's our custom engine and we can do anything, but I don't think that granularity is supported in dagre/graphviz/elk. it's a good idea, but we'll probably do the container one first since it's portable across layout engines. ty @prowave |
0 replies
|
I agree - this is an important feature, especially when having extensive diagrams |
0 replies
|
This should actually come after glob support. Because we want it to apply recursively. e.g. a: {
# All descendants + this container will have vertical
**.orientation: vertical
} |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
These should be scoped to containers. E.g. something like
so
aandbwould be horizontal, the contents ofawould be horizontal, and the contents ofbwould be vertical.not sure
arrangementis the best keyword here.also for the value, other tools use
LRandTD, which... is perhaps more descriptive, but less obvious to read. e.g. it wasn't clear to me for a long time that graphviz'sgraph TDwasn't just a header to be placed on every diagram and that it actually stood for top-down.All reactions