FAQ

If you do not find an answer in the following frequently asked questions, please reach out to us using an email in our Bubble contributor page.

Q: How to show popup when node is clicked?

For showing popups, set up a workflow with Node clicked event, and use the clicked node ID state to reference the selected node's info. See example in the demo.

Q: Can I load or update the graph later after the page is loaded?

Yes - you can load or update nodes and edges at any time using the Load nodes and edges action.

Last updated