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
Hello, I have used your open-source library v-network-graph for the vue3 project. During initialization, if the canvas is empty and at least 2 nodes are added, I can only link two of them.
The data structure is { "nodes":{}, "edges":{ "edgeNaN":{"source":"xxxx","target":"xxxx"} }, "layouts":{"nodes":{}} }
I hope to receive your reply!
The text was updated successfully, but these errors were encountered:
Hello, I have used your open-source library v-network-graph for the vue3 project. During initialization, if the canvas is empty and at least 2 nodes are added, I can only link two of them.
The data structure is
{ "nodes":{}, "edges":{ "edgeNaN":{"source":"xxxx","target":"xxxx"} }, "layouts":{"nodes":{}} }
I hope to receive your reply!
The text was updated successfully, but these errors were encountered: