You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have been reviewing your library for an upcoming project and it is amazing!
I have a couple questions;
Is it possible to add a termination for the line, like an arrow?
Is it possible to make lines clickable?
I need to be able to create nodes with multiple parents. I have looked through your tree model, have you thought about using a DAG (Directed Acyclic Graph) for the model to allow for a multi-parent approach? https://www.baeldung.com/cs/dag-applications
If you haven't could you point me to the location for the draw code and model to modify the structure to a DAG?
Thanks for creating such a great library!
The text was updated successfully, but these errors were encountered:
Hello, I have been reviewing your library for an upcoming project and it is amazing!
I have a couple questions;
Is it possible to add a termination for the line, like an arrow?
Is it possible to make lines clickable?
I need to be able to create nodes with multiple parents. I have looked through your tree model, have you thought about using a DAG (Directed Acyclic Graph) for the model to allow for a multi-parent approach?
https://www.baeldung.com/cs/dag-applications
If you haven't could you point me to the location for the draw code and model to modify the structure to a DAG?
Thanks for creating such a great library!
The text was updated successfully, but these errors were encountered: