Add graph/flowchart examples #1

Merged
AllSpiceAlice merged 13 commits from develop into main 2022-10-17 16:38:34 +00:00
1 changed files with 8 additions and 6 deletions
Showing only changes of commit fa5c7e96d9 - Show all commits

View File

@ -171,12 +171,14 @@ Minimum length
## Node colors
```mermaid
flowchart LR
id1(Start)
id2(Stop)
id3(foo);
id4(bar);
id5(baz);
id6(ddd);
id1(White)
id2(Yellow)
id3(Red);
id4(Pink);
id5(Teal);
id6(Green);
id7(Grey);
id8(Blue);
style id1 fill:#fff,stroke:#333,stroke-width:4px
style id2 fill:#ff8,stroke:#333,stroke-width:4px
style id3 fill:#f88,stroke:#333,stroke-width:4px