adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.54k stars 1.21k forks source link

Custom annotations #209

Closed serpent-charmer closed 4 years ago

serpent-charmer commented 4 years ago

Now branches can be named.

Demonstration ``` st=>start: Start:>http://www.google.com[blank] e=>end:>http://www.google.com op1=>operation: My Operation sub1=>subroutine: My Subroutine cond=>condition: linear or polynomial :>http://www.google.com io=>inputoutput: catch something... st->op1->cond cond(true@linear)->io->e cond(false@polynomial)->sub1(right) sub1(right)->op1 ``` ![img](https://user-images.githubusercontent.com/37659961/90231386-85a3ed80-de34-11ea-8265-976c36b2f0e2.png)
adrai commented 4 years ago

Can you extend the readme?

adrai commented 4 years ago

thank you, it's included in v1.14.0