-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Open
Labels
Graph: FlowStatus: ApprovedIs ready to be worked onIs ready to be worked onType: Bug / ErrorSomething isn't working or is incorrectSomething isn't working or is incorrectType: EnhancementNew feature or requestNew feature or request
Description
Description
when we have a multiple steps in a flowchart. usually we got a very wide or very long graph in on line or one column.
I was wondering that maybe mermaid was designed for web browser, however, we use mermaid often in vs code, typora, which could export the file of markdown or pdf.
if it is available to adopt the width or heigh (just an example like S shape), it would be much better for viewer.
Steps to reproduce
- Mermaid Live Editor
- input the below code
- you'll find the flowchart is very wide or long, which is more convenient to use like s shape for better view.
Screenshots
No response
Code Sample
flowchart TD
a[Market Research] --> b[Car Styling] --> c[Planning] --> d[structure design] --> e[manufacturing] --> f[assembling] --> g[testing] --> h[to the market]
Setup
- Mermaid version:
- Browser and Version: [Chrome, Edge, Firefox]
Suggested Solutions
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Graph: FlowStatus: ApprovedIs ready to be worked onIs ready to be worked onType: Bug / ErrorSomething isn't working or is incorrectSomething isn't working or is incorrectType: EnhancementNew feature or requestNew feature or request