Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh Graph Visualization #9

Open
dyiop opened this issue Mar 9, 2022 · 3 comments
Open

Refresh Graph Visualization #9

dyiop opened this issue Mar 9, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@dyiop
Copy link
Contributor

dyiop commented Mar 9, 2022

refresh automatically when the underlying NGAC graph is changed.

@dyiop dyiop self-assigned this Mar 9, 2022
@dyiop dyiop added the enhancement New feature or request label Mar 9, 2022
dyiop added a commit that referenced this issue Mar 9, 2022
- Just tears down graph and redraws every node. Needs to updated to be more efficient.
@dyiop
Copy link
Contributor Author

dyiop commented Mar 9, 2022

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
Copy link
Contributor Author

dyiop commented Mar 21, 2022

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
Copy link
Contributor Author

dyiop commented Apr 7, 2022

  • figure out how to update selected nodes on changes to the graph (as opposed to redrawing the whole thing)

@dyiop dyiop closed this as completed Apr 7, 2022
@dyiop dyiop reopened this Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant