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

How can you make a second line?

Open kimminwoo93 opened this issue 8 years ago • 4 comments

I want to express 'Element:

' and 'Element: ' under Root Element, but I do not know what to do.

For reference, what I would like to express is the HTML DOM format.

Thanks :D

Reference URL : https://www.w3schools.com/js/js_htmldom.asp

2017-06-01 1 08 16

kimminwoo93 avatar May 31 '17 16:05 kimminwoo93

with flowchart this is not possible... what you are looking for is something like an org chart (https://github.com/dabeng/OrgChart) or a tree

adrai avatar May 31 '17 18:05 adrai

Thanks owner. I understand.

kimminwoo93 avatar Jun 01 '17 02:06 kimminwoo93

I came to ask for the same... often a business process will involve parallel efforts (such as request + SLA timer)... or a single process will kick off multiple steps in parallel (SQL triggers, event handlers, etc)...

I have no problem if you are making decision about the direction of the tool, I just want you to be aware that this is a critical need for our use, and will impact the chosen tool.

sbrickey avatar Jun 21 '17 12:06 sbrickey

http://webgraphviz.com/ is another option

cs01 avatar Jul 21 '17 18:07 cs01