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

fix(network): preserve selected nodes and edges on data reload #1205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skrashevich
Copy link
Contributor

This commit introduces new features aimed at enhancing the user interaction with network visualizations on a web page. Specifically, the update allows both nodes and edges to be selected within the network visualization tool. The JavaScript code updates involve:

  1. Declaring variables to capture the selected nodes and edges using getSelectedNodes() and getSelectedEdges() methods.
  2. Updating the network data with these selected nodes and edges using selectNodes() and selectEdges() methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant