graph LR
id
graph LR
id
Note: The id is what is displayed in the box.
graph LR
id1[This is the text in the box]
graph LR
id1[This is the text in the box]
graph TD
Start --> Stop
graph TD
Start --> Stop
graph LR
Start --> Stop
graph LR
Start --> Stop
- TB - top to bottom
- RD - top-down/ same as top to bottom
- BT - bottom to top
- RL - right to left
- LR - left to right
graph LR
id1(This is the text in the box)
graph LR
id1(This is the text in the box)
Symbol | Purpose | Description |
---|
graph LR
id1-->id2