Graph Editing Bug
dyiop opened this issue · 1 comments
dyiop commented
Steps to recreates:
- Switch back and forth grid ↔ graph view.
- While on grid view, make a change to the graph.
- Now, when you go back to the graph view, there is no graph.
- There is a graph, it just cannot be seen! For some reason it zooms in and pans
- Doesn’t contain most recent change?
- Graph is loading version of the data from last time it was viewed
- so if you make multiple changes while on grid view, it will only keep the one from when you last loaded it
- Graph is loading version of the data from last time it was viewed
Potential causes:
- How I made it hide, and the show the graph on toggle (vs redrawing graph everytime)
- Reset view function in JS code