Benoit Simard

Results 60 comments of Benoit Simard

It has been merged . Thanks for your contribution !

This is what I use to center the graph on a node : ``` function gotoNode(sigma: Sigma, nodeKey: string) => { // Get the node display data (ie. its coordinate...

I don't see what you mean by "zoom out after zoom in"

To reset the camera state (and so view the entire graph), you have to do : `sigma.getCamera().animatedReset()` You can check the code of the react sigma here : https://github.com/sim51/react-sigma/blob/main/packages/core/src/hooks/useCamera.ts#L49 And...

Sorry for the stalebot, I configured it so it will not touch PRs in the future.

I have exactly the same behaviour, and I'm using the latest OZW (I'm directly on the master from the repo)

The problem comes from the `test2,js` script. It assumes that after the network scan it will discover all the device and be able to fulfil all the device information. Or...

I don't have the code on my laptop anymore ... but I can try to redo it

But normally it should be killed : https://github.com/sim51/react-sigma/blob/1.3.0/src/SigmaContainer.tsx#L83-L91