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
BTW: I'm trying to implement toggling of nodes, similar to a tree view like http://fiddle.jshell.net/86M45/3/show/ , and I'm realizing that the directed graph API make this quite hard to do...
That is more or less expected. The output graph does not include the data from the input graph. It is fine to update the input graph and rerun the algorithm though.
Open console and load http://jsfiddle.net/aHC42/2/
I'm trying to modify the layout graph that is returned from renderer.run(), and it fails with an exception at
If I use the original graph then it works.
The text was updated successfully, but these errors were encountered: