mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
72.05k stars 6.54k forks source link

Support Circular or Radial layout #938

Open JoA-MoS opened 5 years ago

JoA-MoS commented 5 years ago

Is your feature request related to a problem? Please describe. A circular layout similar to Visio, this could easily be used for creating simple Context / DFD diagrams.

Describe the solution you'd like

graph CI
A[Christmas] -->|Get money| B((Go shopping))
B --> C[Let me think]
C -->|One| B
D -->|Two| B
B --> A

Describe alternatives you've considered Using visio/draw.io/lucid chart plus some automation to import data

Additional context https://en.wikipedia.org/wiki/System_context_diagram https://www.smartdraw.com/data-flow-diagram/

avimehenwal commented 4 years ago

This feature would be highly appreciated

2bndy5 commented 2 years ago

I landed here because I wanted to draw a radial flowchart comparable to graphviz twopi layout. I'm mainly commenting to keep this issue from going stale.

maurofitermann commented 2 years ago

Dropping by to support the radial flowchart orientation ask.

icedawn commented 1 year ago

Love to see support for radial flowchart diagrams!

sjackson0109 commented 7 months ago

Any radial diagram support yet?