Refresh Graph Visualization
dyiop opened this issue · 3 comments
dyiop commented
refresh automatically when the underlying NGAC graph is changed.
dyiop commented
To make it more efficient:
- update specfic nodes only. you have to make sure and to reupdate all related nodes (removing children indicator from new leaf node, etc.)
dyiop commented
Seems thing in the base js file are not remade on each opening, only the things withn the cytoscape element class. mayeb try to just make one instance of the class outside?
dyiop commented
- figure out how to update selected nodes on changes to the graph (as opposed to redrawing the whole thing)