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

is condition with 3 and more options possible? #225

Closed gomedya closed 2 years ago

gomedya commented 2 years ago

examples are given for yes/no but i want to add a "maybe" and i could not. is it possible? thanks.

adrai commented 2 years ago

not with condition, but with parallel

gomedya commented 2 years ago

maybe i miss your point , could you give me an example for yes/no/maybe with parallels?

adrai commented 2 years ago

with v1.16.0 you can try this: image https://github.com/adrai/flowchart.js#custom-names-for-branches

gomedya commented 2 years ago

thanks for the answer. it somewhat "solves" the problem. but , yes/no/maybe is a decision and decision is visually expected to be a diamond. just saying..

adrai commented 2 years ago

feel free to submit a PR... just saying ;-)

gomedya commented 2 years ago

deep down you know what i say is true and it serves to improve this fantastic tool , ball is at your court

PS. i don't know what PR is

adrai commented 2 years ago

flowchart.js is opensource… so feel free to contribute with a Pull Request (PR) opensource != for free

gomedya commented 2 years ago

i'll try that , thanks for the great little tool that you kindly provided for everyone and the help with parallel.