fperucic / treant-js

Treant.js - javascript library for drawing tree diagrams
MIT License
864 stars 314 forks source link

Circular dependency #94

Closed guilhermecgs closed 7 years ago

guilhermecgs commented 7 years ago

Hi Folks,

Is it possible to draw a circular dependency?

Example
"d" is "a" parent "c" is "d" parent "a" is "c" parent

image

dlgoodchild commented 7 years ago

This is not possible with this library, sorry.

siddht5 commented 7 years ago

@guilhermecgs If you need similar feature asap then you have to use go.js,but it requires license. Check this https://gojs.net/latest/samples/navigation.html for the time being.

As my issue sort of https://github.com/fperucic/treant-js/issues/96 kind of is similar to yours and can be implemented by same so I would try to add this feature.

TonyDobbs commented 5 years ago

@guilhermecgs Thank you for the tip! I started building a tree using treant, and then realized this limitation. looks like we are switching to go.js!