Closed coli closed 10 years ago
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.
K, that's what I'm doing now.
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.