Skip to content

Flowchart

Flowcharts use the graph or flowchart keyword followed by a direction.

Directions

KeywordDirection
TD / TBTop to bottom
BTBottom to top
LRLeft to right
RLRight to left

Top-Down

ABC

Left-Right

ABC

Node Shapes

Rectangle

Rectangle

Rounded

Rounded

Circle

Circle

Diamond (decision)

Diamond

Hexagon

Hexagon

Stadium / pill

Stadium

All shapes together

RectangleRoundedCircleDiamondHexagonStadium

Edge Types

Solid arrow

AB

Dotted arrow

AB

Thick arrow

AB

No arrow (line)

AB

Circle arrow

AB

Cross arrow

AB

Edge Labels

YesNoDecisionDo itSkip it

Node Chains

Multiple nodes and edges on one line:

ABCD

Subgraphs

Group nodes in subgraphs:

FrontendBackendReactComponentsAPIDatabase

Full Example

YesNoStartReceive inputValid?Process dataShow errorSave to databaseDone