flowchart.js
flowchart.js copied to clipboard
Let "condition" support "true" and "false"
like
st=>start
op=>operation: Your Operation
cond=>condition: True or false?
e=>end
st->op->cond
cond(true)->e
cond(false)->op
This would be fantastic - if the parser could support generic text, that would be awesome. Like:
cond(toast)->e cond(passed)->deploy cond(weekend)->overtime->beer
That would also solve the language problem, e.g. in German cond(Ja) cond(Nein)
PR are welcome ;-)
I think this would be a perfect issue for Hacktober, could you mark this issue/project for it?
Agree. I have a three branch condition, which I can't render with flowchart.js None of the branches are YES or NO