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

Error drawn chart

Open WilliamStone opened this issue 6 years ago • 1 comments

Hi, It seems the following chart is error drawn:

a=>operation: a
b=>operation: b
c=>condition: yes or no
d=>operation: d
e=>operation: e
f=>operation: f

a->b(right)->c
c(yes, right)->e
c(no, top)->d  // top not recognized; it seems that only 1 direction instruction of 2 branches is valid
e(top)->f        // top line is drawn through operation box

The result chart is: image

WilliamStone avatar Dec 06 '19 04:12 WilliamStone

The algorithm always tries to go to the bottom right

adrai avatar Dec 06 '19 16:12 adrai