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.
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.