Antonin KLOPP-TOSSER
Antonin KLOPP-TOSSER
Hi @DinoMan, The work done in this repo is amazing and I am reactivating the issue to know a bit more about the license and the right to use this...
Hi, Did you clone with git lfs, since it seems that the model you are looking for is missing? [instructions](https://help.github.com/en/articles/installing-git-large-file-storage) By the way, your code should not be interpreted since...
Hi @ArnaudRib , To the best of my knowledge, this feature does not exist for now. However, `onRightClickGraph` would seem like a great feature and consistent with each graph element...
Thanks for pointing this method @danielcaldas , I did not see that it was accessible. I think I missed it because it is not used in the [`` component in...
Hi @belyayevxom , You can provide `x` and `y` values to your nodes, in order to place them wherever you want. You can see an example [here](https://danielcaldas.github.io/react-d3-graph/sandbox/index.html?data=static) ([related data file](https://github.com/danielcaldas/react-d3-graph/blob/master/sandbox/data/static/static.data.js))...
Hi @onlyreddy , I am not sure how to check this. Performance is always a very hard question and we are relying a lot on `react` and `d3` here. By...
Hello @oshhh and @ArnaudRib , I have created a repro sandbox, so that we can iterate to find the bug or the expected behavior. You can find the [sandbox here](https://codesandbox.io/s/react-d3-graph-demo-forked-73v4o)...
Hi @frejonb , The Pull Request is still open and there is no new version of the package, so you can not get the fix from npm for now.
Can you also paste your data config? Thanks !
Hi @70nyIT , You should be able to use the master branch in your project if you need it before a new version gets released on npm, please see [this...