cytoscape / cytoscape.js-dagre

The Dagre layout for DAGs and trees for Cytoscape.js
MIT License
250 stars 83 forks source link

The layout becomes too sparse when there are multiple groups (cosmetic issue) #36

Closed swarajd closed 6 years ago

swarajd commented 6 years ago

When there are multiple groups/nodes, the edges become too long. I'm not sure if this is expected behavior or something that can be tweaked in settings.

screen shot 2018-09-18 at 11 46 01 am
maxkfranz commented 6 years ago

This is just a wrapper of Dagre as a Cytoscape layout. If you have any algorithmic feedback, it should be to that repo: https://github.com/dagrejs/dagre

swarajd commented 6 years ago

Fixed by enabling animation and setting the duration to 0. The problem isn't fixed, but for my purposes it is. Closing.