Boxed lines instead of curved lines in TREE diagram #4406
Closed
Thoybur-Rohman
started this conversation in
General
Replies: 1 comment
-
You can use flowchart-elk TD
A[STUFF] -->|Get money| B(Go shopping)
B ==> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C ==>|Three| F[fa:fa-car Car]
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue: i would like the lines to be boxed but Marmaid ( from what iv found ) does not have any option for this ) does anyone know or has done this?
graph TD
A[STUFF] -->|Get money| B(Go shopping)
B ==> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C ==>|Three| F[fa:fa-car Car]
OUTPUT:
Beta Was this translation helpful? Give feedback.
All reactions