dagrejs / dagre

Directed graph layout for JavaScript
MIT License
4.59k stars 599 forks source link

How about support manhattan layout algorithm for the edge? #111

Open oliverzy opened 10 years ago

oliverzy commented 10 years ago

Hi,

I found dagre is very useful to do the automatic layout for DAG. But in some cases, orthogonal edges between two nodes are preferred.

Is it possible to support this in dagre?

cpettitt commented 10 years ago

Dagre can't do that today. I'd take a pull request for it though.

bmedici commented 6 years ago

Hello @cpettitt , still no support for orthogonal edges, that could greatly improve readability ? Thanks a lot :)

khoshrou commented 4 years ago

any news on this side?