Is there any way to get dynamic created connection between nodes of VIS.js

443 views Asked by At

I am creating a page on which, I have already placed all the nodes using vis.js. Here user is free to create edges between the nodes. My question is that how can I get json of the network which contains node information with egde connection.

enter image description here

According to above screen i have created this UI, Now user can add edge dynamically. I want the json of this network to save into db.

1

There are 1 answers

1
coder On

Use this link given by vis.js save and load