You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm requesting a graph from a backend and the response currently works. But when I have a form which changes the backend response the graph can´t reload properly.
Vue mount doing request to the backend, and using response to set nodes and edges.
Rendering Works
Change a checkbox which chages the backend request.
Do a new backend request which changes de response.
Hi @johnfercher,
Do you mean that updating the data in the getGraph function does not update the network graph display?
I checked by running the code you provided, but could not reproduce it on my end. I actually don't have an API, so I changed the process to download a JSON file to check.
Other library versions may also be involved, so if you could provide the entire project (including package.json and independent of external APIs or data) that can be reproduced by itself, that would be helpful.
I'm requesting a graph from a backend and the response currently works. But when I have a form which changes the backend response the graph can´t reload properly.
The text was updated successfully, but these errors were encountered: