Add graph/flowchart examples #1
14
Flowchart.md
14
Flowchart.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue