Daniel Caldas

Results 80 comments of Daniel Caldas
trafficstars

> But I need to do it manually so I tried to call onClickNode() You mean programmatically? I'm afraid it might not be possible at the moment. I think you...

Strange 🤔 This one works fine for me. See the GIF where I refresh the page a few times, and nodes 1, 2, and 3 appear in a fixed position...

Right now, the only way to achieve that is by setting your own `x, y` coordinate values to construct the different kinds of layouts.

@Hey, @michaelbdavid, maybe [something like this](https://github.com/vlandham/d3-radial) would do the trick?

I would be very glad if you would attempt to re-implement this with [native `dblclick` event](https://developer.mozilla.org/en-US/docs/Web/API/Element/dblclick_event). FYI this has been attempted before: https://github.com/danielcaldas/react-d3-graph/pull/202 ![image](https://user-images.githubusercontent.com/11733994/75621760-938deb00-5bd3-11ea-9aa4-6585e2573ec7.png) But some time has passed since...

Hey @vsramanujan if you (or anyone) are willing to give this a try, I think we better go with **Option 3** > To accommodate doubleClick during collapsible (if we don't...

I'll let @antoninklopp have a look at this one I think he's been involved in the PR discussions at a deeper level than me.

Hey @lironhl it appears there are some conflicts, it would be awesome if you could attend to those and the comments lefted by @antoninklopp. Thanks!

Hey, @ymd-44, sorry to hear you are facing trouble. Thanks for the detail, but this issue requires a bit more visual information. Do you have a repo/code sandbox you can...

Can I double-check with you if the same happens when you use the [d3 default configuration values](https://danielcaldas.github.io/react-d3-graph/docs/#config-d3). ![image](https://user-images.githubusercontent.com/11733994/102958226-69693900-4517-11eb-99ee-bbe246ddd1b5.png)