We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't seem to style any elements within my ERD.
Having an entity called PERSON, any of the following code results in a syntax error:
style PERSON fill:#f9f;
or
classDef className fill:#f9f; class PERSON className;
classDef default fill:#f9f;
Looking at the documentation, I should be able to use simple styling: https://mermaid-js.github.io/mermaid/#/entityRelationshipDiagram?id=styling
Basically I'm trying to make a high level ERD where I need to mark certain entities to indicate a difference.
Any help or advice would be appreciated. :-)
The text was updated successfully, but these errors were encountered:
same as: #1932
Sorry, something went wrong.
No branches or pull requests
I can't seem to style any elements within my ERD.
Having an entity called PERSON, any of the following code results in a syntax error:
or
or
Looking at the documentation, I should be able to use simple styling: https://mermaid-js.github.io/mermaid/#/entityRelationshipDiagram?id=styling
Basically I'm trying to make a high level ERD where I need to mark certain entities to indicate a difference.
Any help or advice would be appreciated. :-)
The text was updated successfully, but these errors were encountered: