You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is to layout a graph in time. Every node in my graph is associated with a timestamp (and duration), which is always consistent with the edge direction (edges always point in positive time direction).
Hence, I'd like to use that timestamp for ranking, or, alternatively, use the timestamp as the x coordinate (and duration as the width). Dagre would then figure out the best y-coordinate to minimize edge crossings.
The text was updated successfully, but these errors were encountered:
PR #271, which is closed (for some reason), would allow you to supply custom node ranking. I would like to reopen it, because it would solve a problem for me as well (custom layers that affect the layout in the rank axis).
My use case is to layout a graph in time. Every node in my graph is associated with a timestamp (and duration), which is always consistent with the edge direction (edges always point in positive time direction).
Hence, I'd like to use that timestamp for ranking, or, alternatively, use the timestamp as the x coordinate (and duration as the width). Dagre would then figure out the best y-coordinate to minimize edge crossings.
The text was updated successfully, but these errors were encountered: