iVis-at-Bilkent / cytoscape.js-fcose

fCoSE: a fast Compound Spring Embedder
MIT License
137 stars 25 forks source link

Pack disconnected graph components using new utility #6

Closed ugurdogrusoz closed 4 years ago

ugurdogrusoz commented 5 years ago

Let's pack the disconnected graph components using the new utility as suggested in its README. We should add a new option to this layout though named packComponents, which is true by default to control the use of this facility.

hasanbalci commented 4 years ago

I added this functionality to the layout and updated compound demo to check this feature.