Don't go around saying to people that the world owes you a living. The world owes you nothing. It was here first. OneOnly one thing is impossible for God: To find any sense in any copyright law on the planet. Truth is stranger than fictionstrange but true, but it is because Fiction is obliged to stick to possibilities; Truth isn’t.
sequenceDiagram
participant Alice
participant John
Alice ->> John: 实线带箭头: ->>
John -->> Alice: 虚线带箭头: -->>
Alice -> John : 实线不带箭头: ->
activate John
Note over Alice,John: 这个注释在两个人的上方
John --> Alice : 虚线不带箭头: -->
deactivate John
Alice -x John : 实线结尾带X: -x
John --x Alice : 虚线结尾带X: --x
gantt
dateFormat YYYY-MM-DD
title Adding GANTT diagram functionality to mermaid
section A section
Completed task :done, des1, 2014-01-06,2014-01-08
Active task :active, des2, 2014-01-09, 1d
Future task : des3, after des2, 1d
Future task2 : des4, after des3, 1d
section Critical tasks
Completed task in the critical line :crit, done, 2014-01-06,24h
Implement parser and jison :crit, done, after des1, 1d
Create tests for parser :crit, active, 1d
Future task in critical line :crit, 10h
Create tests for renderer :1d
Add to mermaid :1d
section Documentation
Describe gantt syntax :active, a1, after des1, 1d
Add gantt diagram to demo page :after a1 , 20h
Add another diagram to demo page :doc1, after a1 , 8h
section Last section
Describe gantt syntax :after doc1, 30h
Add gantt diagram to demo page :20h
4. PlantUML(需要预安装 Java)
5. WaveDrom
6. GraphViz
7. Vega 和 Vega-lite
8. Ditaa(需要预安装 Java)
Error: Java is required to be installed.
Error: spawn java ENOENT