Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upIs there a way to make the graph render consistently? #193
Comments
This comment has been minimized.
This comment has been minimized.
Nevermind found the solution in the documentation |
This comment has been minimized.
This comment has been minimized.
So I need to use static-graph with node x and y coordinates, the documentation doesn't seem to say how to set node x and y coordinates |
This comment has been minimized.
This comment has been minimized.
So, within |
Is your feature request related to a problem? Please describe.
Every time the graph is rendered it looks different. I can drag it the way I like but I would like it to render the same every time.
Describe the solution you'd like
A flag where you can make it render the same every time to get a consistent look.
Describe your use case
I'm making a graph of network traffic. I would like to have the entrypoint be the left most node and have each child farther to the right.