You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting. What version of the ngraph.graph are you using? I have changed that package but haven't published to npm yet, so that the links storage is different there (moved from array to set).
defaultNodeMass returns NaN and Node mass should be a number is thrown
ngraph.forcelayout/index.js
Line 388 in f1c47b5
seems that links does not have length but size, as newer graph.getLinks does not return array anymore
as a temporary workaround nodeMass function in physicsSettings helps..
The text was updated successfully, but these errors were encountered: