flowchart.js icon indicating copy to clipboard operation
flowchart.js copied to clipboard

Direction in conditions doesn't seem to work

Open lalibi opened this issue 6 years ago • 1 comments

I am using the following script:

st=>start: Start
e=>end: End
opy=>operation: statements
opn=>operation: statements
cond(align-next=no)=>condition: Condition

st->cond
cond(yes,left)->opy->e
cond(no,right)->opn->e

The yes and no paths are always bottom, right respectively, ignoring the directions I've set.

Is there anything wrong with my script?

lalibi avatar Sep 19 '19 12:09 lalibi

left does not work on conditions

adrai avatar Sep 19 '19 15:09 adrai