robin1liu / vue-mermaid

flowchart of mermaid with vue component
MIT License
126 stars 25 forks source link

Generate chart by mermaid script. #21

Open SamirSales opened 3 years ago

SamirSales commented 3 years ago

At the moment, the only way to generate a graph is by inserting an object. Would be cool if we could generate graph by text insertion, as the example below:

graph TD
  A[Christmas] -->|Get money| B(Go shopping)
  B --> C{Let me think}
  C -->|One| D[Laptop]
  C -->|Two| E[iPhone]
  C -->|Three| F[fa:fa-car Car]