Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flowchart start to the right #22

Open
Stwissel opened this issue Jul 21, 2014 · 5 comments
Open

Flowchart start to the right #22

Stwissel opened this issue Jul 21, 2014 · 5 comments

Comments

@Stwissel
Copy link
Contributor

Tried this one on the web site:

     st=>start: Start:>http://www.google.com[blank]
     e=>end:>http://www.google.com
     op1=>operation: My Operation
     sub1=>subroutine: My Subroutine
     cond=>condition: Is it fun?:>http://www.google.com
     io=>inputoutput: catch something...

     st(right)->op1(right)->cond
     cond(yes, right)->sub1(right)->op1
     cond(no)->io(right)->e

Start to op1 draws downwards, expected to draw to the right

@adrai
Copy link
Owner

adrai commented Jul 21, 2014

Direction configurations only works for conditions...

@Stwissel
Copy link
Contributor Author

Actually operation works too. For fun post the code on the site. Short of start right works.

adrai added a commit that referenced this issue Jul 21, 2014
@adrai
Copy link
Owner

adrai commented Jul 21, 2014

ok... try with new version... and if the chart is cuttend on top... try to set y via options...

@Stwissel
Copy link
Contributor Author

Works (almost) nicely now. I tried in the webUI:
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes
or No?:>http://www.google.com
io=>inputoutput: catch something...

st(right)->op1(right)->cond
cond(yes,right)->io(right)->e
cond(no)->sub1(left)->op1

The only catch: the arrow from the sub1 routine goes up and into opt1 from the top where it should be from the bottom.

@adrai
Copy link
Owner

adrai commented Jul 23, 2014

i know... the arrow from sub1 does not know that he can dock on bottom... the algorithm only docks on top and if possible on left...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants