cytoscape / cytoscape.js-dagre

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

Edge overlap #21

Closed ssmereka closed 6 years ago

ssmereka commented 7 years ago

Not sure if this issue is related to cytoscape, cytoscape.js-dagre, or the underlying dagre library. My guess is with dagre, but just incase:

In the following example an edge is being hidden behind another edge. See the code in this JSFiddle.

degree-hidden-edge

If we move nodes C, D, E, and F you can see the hidden edge.

dagre-hidden-edge-2

Cross posted this issue in dagre as well: Issue #211

maxkfranz commented 7 years ago

See https://github.com/cytoscape/cytoscape.js-dagre/issues/5