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

Request feature: Add bucle line support #6

Open
webserveis opened this issue Mar 20, 2018 · 1 comment
Open

Request feature: Add bucle line support #6

webserveis opened this issue Mar 20, 2018 · 1 comment

Comments

@webserveis
Copy link

webserveis commented Mar 20, 2018

This library is interesting to create flow diagrams:
It is possible to add that a node can link to another node in order to create a loop?
And customize every node with change background shape?
Connect lines with arrow?

@DennisBlock
Copy link
Contributor

Unfortunately the current algorithm that we use only works with directed rooted trees, which is an acyclic connected graph. In other words, it doesn't work with loops. Therefore we need a different algorithm for this use case. In the future we want to support all different kinds of graphs, so it's definitely coming someday. (Maybe we should then rename this library to GraphView?)

For your other questions: Different background shapes and lines with arrows should be easy to implement, but as I said, without a suitable algorithm you're not gonna get this kind of diagram.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants