|
|
[Original mermaid js flowchart documentation](https://mermaid-js.github.io/mermaid/#/flowchart)
|
|
|
All Flowcharts are composed of nodes, the geometric shapes and edges, the arrows or lines. The mermaid code defines the way that these nodes and edges are made and interact.
|
|
|
|
|
|
To create flowchart call static `Create` method as follows:
|
... | ... | |