Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to create a below flow . Any suggessions #17

Closed
ranjith29h opened this issue Apr 10, 2019 · 1 comment
Closed

Not able to create a below flow . Any suggessions #17

ranjith29h opened this issue Apr 10, 2019 · 1 comment

Comments

@ranjith29h
Copy link

Untitled Diagram

@PierreCapo
Copy link
Owner

Hello ! What you are trying to represent is not a tree , you are trying to represent a graph.

Although they seem similar visually, trees and graphs have got really different mathematical properties which leads to difference when computing layouts. For instance trees display a hierarchy between nodes (Father to children) whereas graphs are just nodes connected to each other.

To sum up, Treeviz is here to display trees, if you want to display graphs I advice you to look for libraries based on d3 which displays graphs to suit your need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants