I need to use Mermaid's stateDiagram-v2, but it renders it top to bottom, and I need it to render left to right. Any way to achieve that?
Sample diagram:
stateDiagram-v2
[*] --> NEW
NEW --> PENDING
PENDING --> PROCESSING
PROCESSING --> COMPLETED
COMPLETED --> [*]
I can add direction directive
stateDiagram-v2
direction LR
[*] --> NEW
NEW --> PENDING
PENDING --> PROCESSING
PROCESSING --> COMPLETED
COMPLETED --> [*]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With