Daniel Caldas

Results 80 comments of Daniel Caldas
trafficstars

@ymd-44 Could you link a reference to this mentioned `GoldenLayoutComponent`? Where can I find the source or an example to understand if there could be some impact on the Graph...

This needs further investigation. I could not debug in stackblitz linked provided as I'm faced with a runtime error that I honestly don't know where it comes from, also never...

Just now realized the original bug report mentions `d3` version `v4`. You need to use version 5 of d3 to be compliant with `react-d3-graph` peer dependencies version. From the README.md:...

Hi @me-zhang, sorry about that, probably they should not be documented because they are internal mechanisms of the library rather than tools that we expose to the client. If you're...

I think this is a valid use case. We could provide something like `getNodeInfo(nodeId)` and probably provide the full node information - i.e. all the internal state stored in react-d3-graph.

What do you think about tracking the nodes' position gradually (e.g., every 1 second), and once the nodes are in the same position before and after 1 second, it means...

> Another thought I had on this if we cannot add this callback, is there a way to turn off animation? Hmm.. not that I can think of at the...

Could I double-check with you if [this is the functionality you're looking for](https://github.com/danielcaldas/react-d3-graph/pull/385)? In order to provide `x,y` coordinates when creating a node, [check our example in the project sandbox](https://github.com/danielcaldas/react-d3-graph/blob/501b06df8abe74052a49c5cec0596851f42a5e9e/sandbox/Sandbox.jsx#L150)...

Hmmm... @Taresin still looks like something you should be able to achieve on your own without react-d3-graph. Look at my example, maybe it clears the ideas for you. ![click-create](https://user-images.githubusercontent.com/11733994/102575731-d69f5780-412e-11eb-9f35-391c32b6dafd.gif) ####...

Hi @michaelbdavid thanks for all the detail. Could you please double check on the posted codesandbox link, it seems to be broken. Thanks