-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
elk.hierarchyHandling INCLUDE_CHILDREN and elk.direction #26
Comments
Due to the way we handle the hierarchical edges, it is not possible at the moment. I'm not sure if @le-cds has anything on the agenda to make it work. I don't think so though. |
I'll close this issue. It's not something we plan to work on in the near future. |
In 0.8.2, setting |
@Vesper0704 I once worked on a new hierarchy handling mode that creates the necessary dummy ports and edges for you, however, that proved to be not straightforward. |
Thanks for letting me know. I'll pay continuous attention to that. |
According to #4, if I want to create edges between hierarchical nodes, I need to set
elk.hierarchyHandling
toINCLUDE_CHILDREN
Problem is: I can no longer set
elk.direction
for children nodes, it always use parent settings.So question is: is it possible for the parent nodes and children nodes to have different
elk.direction
, and also to have edges between hierarchical nodes?The text was updated successfully, but these errors were encountered: