Skip to content
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

Order of nodes should reflect time based 1st appearance #26

Open
yoosiba opened this issue Aug 24, 2020 · 0 comments
Open

Order of nodes should reflect time based 1st appearance #26

yoosiba opened this issue Aug 24, 2020 · 0 comments

Comments

@yoosiba
Copy link
Contributor

yoosiba commented Aug 24, 2020

For a specific flow, graph nodes should be shown in order of in which participate in a give flow. So graph layout algorithm should take first appearance (time based) of the node as the input, i.e. chronological order should be preserved.

For example wen flow was 1->2, 2->3, 2->4, 4->5
Order of nodes (either left to right, or top down, or whatever arbitrary direction) should be 1, 2, 3 and 4, 5, e.g.

1 -> 2 -> 3 
      \-> 4 -> 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant