mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +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>
|
||||
<h2>Sample</h2>
|
||||
<div class="mermaid">
|
||||
graph LR
|
||||
DataStore[|Database|] -->|input| Process((System)) -->|output| Entity[Customer]
|
||||
flowchart LR
|
||||
DataStore[|borders:tb|Database] -->|input| Process((System)) -->|output| Entity[Customer];
|
||||
</div>
|
||||
|
||||
<script src="./mermaid.js"></script>
|
||||
|
Reference in New Issue
Block a user