michaelbdavid

Results 28 comments of michaelbdavid

Cool it looks like this will work. Basically create a custom node specific to legend data and display it without any links. Its kind of a hack but I think...

So just to follow up. I was able to create a legend using custom node component and setting x,y. For others interested, take a look at the custom node example....

Anyone have an example doing this with custom hook? I'm attempting to do something very similar except I would like to use the results from other hooks inside another hook....

You could create your own custom component using: ``` node: { ..., viewGenerator: generateCustomNode } ``` This would allow to do whatever you want with the Node ``` function generateCustomNode(node:...

I'm seeing the same error. Graph shows up but can not pan or zoom. `"d3": "^7.3.0", "d3-context-menu": "^2.1.0", "d3-drag": "^1.2.5", "d3-force": "^2.0.1", "d3-shape": "^1.3.7", "d3-zoom": "^1.8.3", "react-d3-graph": "^2.6.0",`

@ImBundle did you ever find a way to do this? I'm also seeing issues with the value returned from onEdit doesnt seem to contain the selected rows.

@ggascoigne hey thanks for the reply. I still must be missing something. Just dumping the returned value from your dummy function im not seeing .selectedFlatRows. See screenshot of console for...

nvm I figured this out. The value returned by the first callback was hidden by the second due to they are both named a :( Thanks for the help on...