Closed ssmereka closed 6 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.
If we move nodes C, D, E, and F you can see the hidden edge.
C
D
E
F
Cross posted this issue in dagre as well: Issue #211
See https://github.com/cytoscape/cytoscape.js-dagre/issues/5
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.
If we move nodes
C
,D
,E
, andF
you can see the hidden edge.Cross posted this issue in dagre as well: Issue #211