Daniel Caldas
Daniel Caldas
> 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  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). 