cytoscape / cytoscape.js-dagre

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

Cytoscape Dagre shows connected Children when there are multiple children. #69

Closed learnaspnet715 closed 3 years ago

learnaspnet715 commented 3 years ago

I am using Cytoscape Dagre extension to show hierarchical graph from left to right. It has 14 children and one parent 1 and main parent. All children are connected to parent 1 but whenever I use dagre to draw a graph, it seems like children are connected between each other. They do not have any edges between them but Dagre still shows that.

Here is the stackblitz example: https://stackblitz.com/edit/dagre-childrenconnected

stale[bot] commented 3 years ago

This issue has been automatically marked as stale, because it has not had activity within the past 30 days. It will be closed if no further activity occurs within the next 30 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.