Replies: 1 comment
-
|
seems to be unsupported. node width can style as below. but broken layout on simple flowchart. flowchart TD;
Aa(Aa) --> Bbbb(Bbbb);
Bbbb(Bbbb) --> Ccccccc(Ccccccc) --> Ddd;
classDef node width:100px;
other refs I think the dynamic max size solution is further down the road. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, guys,
I am learning mermaid, and currently drawing a flowchart with it.
Here is the code:
Output:

And I want the those step boxes to a same width to the longest width of all the step boxes.
So how can I realize it?
Your answer and guide will be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions