iVis-at-Bilkent / cytoscape.js-fcose

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

Overlapping Compound Boxes #71

Open Ad-4m opened 3 months ago

Ad-4m commented 3 months ago

Screenshot 2024-07-23 113441 After changing gravity and other parameters i cant seem to prevent the overlap of the compound boxes. How can i prevent this?

ugurdogrusoz commented 3 months ago

@Ad-4m Your graph is very dense; the only thing I can suggest is increasing the nesting factor nestingFactor drastically. You could always try filtering out nodes based on some property so that the graph is not so dense; that might also help.