Flow chart - expanded node shapes

    flowchart LR

    A1@{ shape: bang, label: bang }
    A2@{ shape: notch-rect, label: notch-rect }
    A3@{ shape: cloud, label: cloud }
    A4@{ shape: hourglass, label: hourglass }
    A5@{ shape: bolt, label: bolt }
    A6@{ shape: brace, label: brace }
    A7@{ shape: brace-r, label: brace-r }
    A8@{ shape: braces, label: braces }
    A9@{ shape: lean-r, label: lean-r }
    A10@{ shape: lean-l, label: lean-l }
    A11@{ shape: cyl, label: cyl }
    A12@{ shape: diam, label: diam }
    A13@{ shape: delay, label: delay }
    A14@{ shape: h-cyl, label: h-cyl }
    A15@{ shape: lin-cyl, label: lin-cyl }
    A16@{ shape: curv-trap, label: curv-trap }
    A17@{ shape: div-rect, label: div-rect }
    A18@{ shape: doc, label: doc }
    A19@{ shape: rounded, label: rounded }
    A20@{ shape: tri, label: tri }
    A21@{ shape: fork, label: fork }
    A22@{ shape: win-pane, label: win-pane }
    A23@{ shape: f-circ, label: f-circ }
    A24@{ shape: lin-doc, label: lin-doc }
    A25@{ shape: lin-rect, label: lin-rect }
    A26@{ shape: notch-pent, label: notch-pent }
    A27@{ shape: flip-tri, label: flip-tri }
    A28@{ shape: sl-rect, label: sl-rect }
    A29@{ shape: trap-t, label: trap-t }
    A30@{ shape: docs, label: docs }
    A31@{ shape: st-rect, label: st-rect }
    A32@{ shape: odd, label: odd }
    A33@{ shape: flag, label: flag }
    A34@{ shape: hex, label: hex }
    A35@{ shape: trap-b, label: trap-b }
    A36@{ shape: rect, label: rect }
    A37@{ shape: circle, label: circle }
    A38@{ shape: sm-circ, label: sm-circ }
    A39@{ shape: dbl-circ, label: dbl-circ }
    A40@{ shape: fr-circ, label: fr-circ }
    A41@{ shape: bow-rect, label: bow-rect }
    A42@{ shape: fr-rect, label: fr-rect }
    A43@{ shape: cross-circ, label: cross-circ }
    A44@{ shape: tag-doc, label: tag-doc }
    A45@{ shape: tag-rect, label: tag-rect }
    A46@{ shape: stadium, label: stadium }
    A47@{ shape: text, label: text }


    A1-->A2
    A2-->A3
    A3-->A4
    A4-->A5
    A5-->A6
    A6-->A7
    A7-->A8

    A9-->A10
    A10-->A11
    A11-->A12
    A12-->A13
    A13-->A14
    A14-->A15
    A15-->A16

    A17-->A18
    A18-->A19
    A19-->A20
    A20-->A21
    A21-->A22
    A22-->A23
    A23-->A24

    A25-->A26
    A26-->A27
    A27-->A28
    A28-->A29
    A29-->A30
    A30-->A31
    A31-->A32

    A33-->A34
    A34-->A35
    A35-->A36
    A36-->A37
    A37-->A38
    A38-->A39
    A39-->A40

    A41-->A42
    A42-->A43
    A43-->A44
    A44-->A45
    A45-->A46
    A46-->A47

    

hand drawn versions

    %%{init: { 'look': 'handDrawn', 'handDrawnSeed': 1 } }%%

    flowchart LR

    A1@{ shape: bang, label: bang }
    A2@{ shape: notch-rect, label: notch-rect }
    A3@{ shape: cloud, label: cloud }
    A4@{ shape: hourglass, label: hourglass }
    A5@{ shape: bolt, label: bolt }
    A6@{ shape: brace, label: brace }
    A7@{ shape: brace-r, label: brace-r }
    A8@{ shape: braces, label: braces }
    A9@{ shape: lean-r, label: lean-r }
    A10@{ shape: lean-l, label: lean-l }
    A11@{ shape: cyl, label: cyl }
    A12@{ shape: diam, label: diam }
    A13@{ shape: delay, label: delay }
    A14@{ shape: h-cyl, label: h-cyl }
    A15@{ shape: lin-cyl, label: lin-cyl }
    A16@{ shape: curv-trap, label: curv-trap }
    A17@{ shape: div-rect, label: div-rect }
    A18@{ shape: doc, label: doc }
    A19@{ shape: rounded, label: rounded }
    A20@{ shape: tri, label: tri }
    A21@{ shape: fork, label: fork }
    A22@{ shape: win-pane, label: win-pane }
    A23@{ shape: f-circ, label: f-circ }
    A24@{ shape: lin-doc, label: lin-doc }
    A25@{ shape: lin-rect, label: lin-rect }
    A26@{ shape: notch-pent, label: notch-pent }
    A27@{ shape: flip-tri, label: flip-tri }
    A28@{ shape: sl-rect, label: sl-rect }
    A29@{ shape: trap-t, label: trap-t }
    A30@{ shape: docs, label: docs }
    A31@{ shape: st-rect, label: st-rect }
    A32@{ shape: odd, label: odd }
    A33@{ shape: flag, label: flag }
    A34@{ shape: hex, label: hex }
    A35@{ shape: trap-b, label: trap-b }
    A36@{ shape: rect, label: rect }
    A37@{ shape: circle, label: circle }
    A38@{ shape: sm-circ, label: sm-circ }
    A39@{ shape: dbl-circ, label: dbl-circ }
    A40@{ shape: fr-circ, label: fr-circ }
    A41@{ shape: bow-rect, label: bow-rect }
    A42@{ shape: fr-rect, label: fr-rect }
    A43@{ shape: cross-circ, label: cross-circ }
    A44@{ shape: tag-doc, label: tag-doc }
    A45@{ shape: tag-rect, label: tag-rect }
    A46@{ shape: stadium, label: stadium }
    A47@{ shape: text, label: text }


    A1-->A2
    A2-->A3
    A3-->A4
    A4-->A5
    A5-->A6
    A6-->A7
    A7-->A8

    A9-->A10
    A10-->A11
    A11-->A12
    A12-->A13
    A13-->A14
    A14-->A15
    A15-->A16

    A17-->A18
    A18-->A19
    A19-->A20
    A20-->A21
    A21-->A22
    A22-->A23
    A23-->A24

    A25-->A26
    A26-->A27
    A27-->A28
    A28-->A29
    A29-->A30
    A30-->A31
    A31-->A32

    A33-->A34
    A34-->A35
    A35-->A36
    A36-->A37
    A37-->A38
    A38-->A39
    A39-->A40

    A41-->A42
    A42-->A43
    A43-->A44
    A44-->A45
    A45-->A46
    A46-->A47