aspiers/git-deps

graph: use dagre for initial positioning not constraints

Open

#24 aberto em 10 de jan. de 2015

Ver no GitHub
 (2 comments) (0 reactions) (1 assignee)Python (55 forks)github user discovery
blockedenhancementhelp wantedweb UI

Métricas do repositório

Stars
 (318 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador