adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.49k stars 1.21k forks source link

direction for input instead for output #223

Open frayeces opened 3 years ago

frayeces commented 3 years ago

is there a way to set direction for input ?

frayeces commented 3 years ago

flow i want the line like i draw instead is it possible?

adrai commented 3 years ago

Don't think so, but you may want to create a newline for the text?

SOP Penerimaan Material\nSub Prosedur : Maetrial Retur

frayeces commented 3 years ago

thanks for replying, sorry for late reply. i mean is there array so that it won't overlap on other process box

adrai commented 3 years ago

Maybe try with align-text:

https://github.com/adrai/flowchart.js/issues/221#issuecomment-846919013