react-json-graph icon indicating copy to clipboard operation
react-json-graph copied to clipboard

Can we customise node?

Open mjarpitanand opened this issue 7 years ago • 1 comments

This is a very nice plugin I came across, Thanks first of all.

Can we customise, the node like while clicking on node show some properties of that node ?

mjarpitanand avatar Oct 18 '18 05:10 mjarpitanand

Hi, @mjarpitanand, thanks a lot!

I hope yes: please look at https://github.com/antonKalinin/react-json-graph/blob/master/example/NodeExtension/index.js#L20 node get prop isDragging so you can use it to show extra data

antonKalinin avatar Oct 18 '18 10:10 antonKalinin