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 ## Node colors
```mermaid ```mermaid
flowchart LR flowchart LR
id1(Start) id1(White)
id2(Stop) id2(Yellow)
id3(foo); id3(Red);
id4(bar); id4(Pink);
id5(baz); id5(Teal);
id6(ddd); id6(Green);
id7(Grey);
id8(Blue);
style id1 fill:#fff,stroke:#333,stroke-width:4px style id1 fill:#fff,stroke:#333,stroke-width:4px
style id2 fill:#ff8,stroke:#333,stroke-width:4px style id2 fill:#ff8,stroke:#333,stroke-width:4px
style id3 fill:#f88,stroke:#333,stroke-width:4px style id3 fill:#f88,stroke:#333,stroke-width:4px