Mermaid Graph Diagrams
The compilations in this section demonstrate how the Markdown Viewer widget can be used to display Mermaid diagrams.
| Example | Description |
|---|---|
Simple graphDefine:
Base64 encode and assign to the
|
|
Another Simple Graph ChartDefine:
Base64 encode and assign to the
|
|
Simple Sequence DiagramDefine:
Base64 encode and assign to the
|
|
Simple Class DiagramDefine:
Base 64 encode and assign to
|
|
Simple State DiagramDefine: ```mermaid
stateDiagram-v2
[*] --> Still
Still --> [*]
Still --> Moving
Moving --> Still
Moving --> Crash
Crash --> [*]
```
Base64 encode and assign to
|
|
Simple Gantt ChartDefine:
Base64 encode and assign to the
|
|
|
Simple Pie ChartDefine:
Base64 encode and assign to
|
ER DiagramDefine:
Base64 encode and assign to
|
