DEV Community

Cover image for Tree visualization with drag and drop!
Nitin Reddy
Nitin Reddy

Posted on • Updated on

Tree visualization with drag and drop!

Does anyone ever work on Multi tree visualization with drag and drop between the trees?

I have been trying to find a proper solution but could not find one.

Help will be grateful

Thanks in advance!!

Latest comments (1)

Collapse
 
jupiteris profile image
Jupiter Programmer

Hello, thanks for your posting.
I recommend the react-dnd module.
just npm i react-dnd.
so you can connect the react with d3.js.
Thanks.