thechiselgroup / biomixer

BioMixer
http://bio-mixer.appspot.com/
16 stars 13 forks source link

Fix up Json Graph Container Usage #363

Open everbeek opened 10 years ago

everbeek commented 10 years ago

Many of the graph methods have the Json container required as an argument, but they are in the class that owns the container. I left this from before we had classes. Allow these to refer directly, and don't pass the container in. The entire population, removal, and update pattern should rely on receiving the complete graph to render in that container.

Related to #361.