I'm currently working on a project that has been using the Cytoscape Dagre implementation for a long time. The lib is fantastic and always met the project needs until now but there is one new feature that i'm currently unable to implement.
I would like to know if in the current version of the lib is there any way i can control the position of nodes to keep them aligned.
For example:
I would like to keep some of the nodes in the graph above aligned like in the picture below:
I think this would improve greatly the understanding of some graphs, even if it increased the number of crossing edges as a side effect.
Is there anyway i can achieve that with the current version of the lib ?
If not, how could i contribute changing the lib to achieve that ?
I'm currently working on a project that has been using the Cytoscape Dagre implementation for a long time. The lib is fantastic and always met the project needs until now but there is one new feature that i'm currently unable to implement. I would like to know if in the current version of the lib is there any way i can control the position of nodes to keep them aligned. For example: I would like to keep some of the nodes in the graph above aligned like in the picture below: I think this would improve greatly the understanding of some graphs, even if it increased the number of crossing edges as a side effect. Is there anyway i can achieve that with the current version of the lib ? If not, how could i contribute changing the lib to achieve that ?