vue-d3-network
vue-d3-network copied to clipboard
How to make the network sticky and not shaking?
When the network is initially rendered, or a node is dragged, the graph is shaken. Is there such an option?
you must be initialize pinned=true
and x=<float>, y=<float>
attributes
@emiliorizzo Any solutions???