aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
299 stars 47 forks source link

graph: use dagre for initial positioning not constraints #24

Open aspiers opened 9 years ago

aspiers commented 9 years ago

Specifying constraints for row grouping and ordering seems a bit too inflexible to give webcola room to find a really good layout, so maybe it would be better to use dagre just to calculate the initial layout and then allow webcola to do the rest. This is probably needed anyway in order to take advantage of dagre's suggested ordering within each row.

aspiers commented 9 years ago

Blocked awaiting an answer to https://github.com/tgdwyer/WebCola/issues/63.

aspiers commented 9 years ago

Got an answer to this - need to try it.