iVis-at-Bilkent / cytoscape.js-fcose

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

Document gap:undefined behavior in relativePlacementConstraint #38

Closed josephrocca closed 3 years ago

josephrocca commented 3 years ago

I'm assuming this is expected behavour, but was just undocumented. Seems to work just how I want it to. Context here: https://github.com/iVis-at-Bilkent/cytoscape.js-fcose/issues/37

hasanbalci commented 3 years ago

@josephrocca Thanks for noticing us about the missing information on the optional gap value. If it's not given, average ideal edge length is used as default. Since we make changes first in the unstable branch, I added this missing info there. Thanks again!