dagrejs / dagre-d3

A D3-based renderer for Dagre
MIT License
2.86k stars 591 forks source link

How to change a node to be an edge? #273

Open TingYinHelen opened 7 years ago

TingYinHelen commented 7 years ago

I have some nodes and some edges. And they were rendered. Now I wanna change some nodes to be edges. What can I do?

alanhe421 commented 7 years ago

Firstly, delete remove exist graph and reCreate graph. It's not a good way.