dash14 / v-network-graph

An interactive network graph visualization component for Vue 3
https://dash14.github.io/v-network-graph/
MIT License
495 stars 44 forks source link

Example on loading nodes and edges from axios? #29

Closed wanderernxa closed 2 years ago

wanderernxa commented 2 years ago

Hi, Is there an example or best practice on loading nodes and edges via Axios calls? I want to be able to build my network graph dynamically.

thanks

wanderernxa commented 2 years ago

figured it out...the examples in the documentation showed the way on how to add and remove nodes.