-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changing default node shape to circle does not work #4765
Comments
Is this supposed to work? I am not aware of all the flowchart features, but I can't find anything about this in the documentation |
Hard to tell. Is flowchart used for these graphs? My understanding from skimming from some of the source code is that there is a default I couldn't find much documentation about |
|
How does one make all nodes circular by default in Mermaid? |
classDef is not for modifying shapes. Shape can have some special meaning in a diagram. There is no way to configure which shape corresponds to a type of node/vertex at the moment. By default they are square e.g.
etc. So it is in the grammar and all the matching between syntax & shapes are here So I believe this is an enhancement. Consider adding a configuration option for default shape. |
Description
When I do:
the default shape of the nodes in the graph is rectangles, not circles.
Steps to reproduce
See above.
Screenshots
No response
Code Sample
Setup
Suggested Solutions
Fix this so that the default shape changes.
Additional Context
No response
The text was updated successfully, but these errors were encountered: