Open amithit opened 6 years ago
Hello,
I am trying to implement a Network with ReactJS, everything is correct except the first render, I upload some JSON and hope that the network fits but it doesn't. It is zoomed and I can't see the full network, only a few nodes.
I would like to share an example but I really can't.
Any ideas of what is happening?
Thanks in advance!
I have a graph component in React app,
I hope to make it automatically zoom in/out when the graph changes, just like in vis.js document use network.fit()
But how I can call this fit method?