Daniel Caldas

Results 80 comments of Daniel Caldas

@dreszczyk So far, the best way that I think you can make it is by selecting `raw` option and perform a browser search, or simply pull the whole state to...

So our [viewGenerator](https://danielcaldas.github.io/react-d3-graph/docs/#node-view-generator) as you've correctly pointed out allows you to define your own component (label inclusive of course, since it can be literally whatever you want). Now what you...

Agree with @antoninklopp; it seems like low-hanging fruit. We can pass along `onRightClickXXX` callbacks for the Graph's elements (nodes & links), including the `Graph` itself as described in a feature...

Sorry :) Currently don't have time to look into this. Please use the bug/feature request template when opening an issue in the repo. It helps us a lot with triaging....

> So far, I have tried decorateGraphNodesWithInitialPositioning each time that I added a new node. Yes, I think adding custom `x, y` coordinates should be the proper way to do...

Perhaps you found a gap in the documentation. We already have `onNodePositionChange`. I understand this would be useful for some. Still, I would highly recommend us to keep our API...

#405 was merged. But let's keep this open to see if anyone else stumbles upon this use case you've raised.

Yes, currently we can only have one link between two nodes. We can work to expand this functionality, I see two alternatives: 1. We generate an internal identifier that avoids...

Good point @wendymungovan, it's also easier for clients to the scale the complexity accordingly if they are in control, given this **option 2** is also very valid, but I would...