mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
update syntax of data flow diagram example
This commit is contained in:
4
dist/dataflowchart.html
vendored
4
dist/dataflowchart.html
vendored
@@ -15,8 +15,8 @@
|
|||||||
<body>
|
<body>
|
||||||
<h2>Sample</h2>
|
<h2>Sample</h2>
|
||||||
<div class="mermaid">
|
<div class="mermaid">
|
||||||
graph LR
|
flowchart LR
|
||||||
DataStore[|Database|] -->|input| Process((System)) -->|output| Entity[Customer]
|
DataStore[|borders:tb|Database] -->|input| Process((System)) -->|output| Entity[Customer];
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="./mermaid.js"></script>
|
<script src="./mermaid.js"></script>
|
||||||
|
Reference in New Issue
Block a user