-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Nodes do not update correctly (edges do) #53
Comments
Hi, A quick update. When I manually call setData() method, the graph gets updated. |
I confirm that setData() works, but it redraws the graph, which is a thing I would like to avoid. |
What's worse is that setData() doesn't REALLY work because of #22 - the zoom and pan get reset, which is hardly ideal behaviour. |
hi guys how to do manually call set data? |
render a component like this: then in your methods, add |
Hi! Facing the same issue and am curious of you have ever found a good solution here?
|
Hi,
when clicking on a node, I would like to change the color and background properties of the clicked nodes and neighbours (including connecting edges)
The nodes change properties correctly, while the nodes do not seem to change, unless I redraw the canvas.
Any ideas on why that's the case? Workarounds, suggestions, etc?
The text was updated successfully, but these errors were encountered: