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

Where did box 5 go? #253

Open
ndomaingue opened this issue May 16, 2024 · 1 comment
Open

Where did box 5 go? #253

ndomaingue opened this issue May 16, 2024 · 1 comment

Comments

@ndomaingue
Copy link

ndomaingue commented May 16, 2024

Hello,
I have written a simple box diagram using your Flowchart code, but for some reason box5 is not rendering. Please can you advise?

Regards,
Nigel

`box1=>parallel: System box 1
Is there a comment method?
box2=>parallel: System box 2
Organising boxes looks like a great
way to document systems and
incorporate hyperlinks.
box3=>parallel: System box 3
The lines have been whited out
so that they are hidden.
box4=>parallel: System box 4
Oops, Where did box 5 go?
box5=>parallel: System box 5

box1(path1,bottom)->box2
box1(path2,right)->box3
box3(path3, right)->box4
box4(path4, bottom)->box5

box1@>box2({"stroke":"White"})
box1@>box3({"stroke":"White"})
box3@>box4({"stroke":"White"})`

image

@ndomaingue
Copy link
Author

OK, I solved it by systematically changing the pathx values, so what are the rules on how to label components?

`box1=>parallel: System box 1
Is there a comment method?
box2=>parallel: System box 2
Organising boxes looks like a great
way to document systems and
incorporate hyperlinks.
box3=>parallel: System box 3
The lines have been whited out
so that they are hidden.
box4=>parallel: System box 4
Oops, Where did box 5 go?
It should be below me.
box5=>parallel: System box 5
box6=>parallel: System box 6

box1(path1,bottom)->box2
box1(path2,right)->box3
box3(path3,right)->box4
box4(path1,bottom)->box5
box4(path2,right)->box6

box1@>box2({"stroke":"White"})
box1@>box3({"stroke":"White"})
box3@>box4({"stroke":"White"})
`
image

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

1 participant