David-Desmaisons / Vue.D3.tree

Vue component to display tree based on D3.js layout.
https://david-desmaisons.github.io/Vue.D3.tree/tree
MIT License
874 stars 136 forks source link

Is it possible to have multiple parent nodes for a given child node? #67

Closed armaandhull closed 4 years ago

armaandhull commented 4 years ago

@David-Desmaisons I have been able to use vued3tree for use cases where I have 1 parent node and multiple child nodes, and it works great. Now I have a use case where there are multiple parent nodes for a given child node and I'm wondering if it's possible to render the relationship using vued3tree?

David-Desmaisons commented 4 years ago

No, it is not possible. If so that would not be a tree.