mermaid
mermaid copied to clipboard
Support Circular or Radial layout
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/
This feature would be highly appreciated
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.
Dropping by to support the radial flowchart orientation ask.
Love to see support for radial flowchart diagrams!
Any radial diagram support yet?