Marker icon indicating copy to clipboard operation
Marker copied to clipboard

Add Flow Chart support

Open sanket143 opened this issue 7 years ago • 3 comments

Could use flowchart.js to render svg flowcharts

sanket143 avatar Jan 26 '19 22:01 sanket143

Hi @sanket143,

We do support flowcharts currently with mermaid. Does flowchart.js provide any advantages over mermaid (I don't really use either one)?

fabiocolacio avatar Apr 05 '19 23:04 fabiocolacio

@fabiocolacio while mermaid is pretty flexible, trying to do a proper flowchart results in a weird result, besides some elements being huge =/

flowchart.js gives you proper flowchart semantics/shapes and end up looking better.

mereghost avatar Oct 28 '19 15:10 mereghost

Just adding the link to the project website as, for flowchart, this is way cleaner than mermaid: https://flowchart.js.org/

mereghost avatar Nov 26 '19 11:11 mereghost