-
-
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
How to pass styling #639
Comments
mermaid.initialize({
sequence: {
width: 100,
height: 50
}
}); Actually those are not controlled by CSS. It's controlled by D3. |
Had no effect on the diagram. |
Please test the latest version. For version 7.x you probably need to replace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using mermaid api like this :
then i call render :
mermaid.mermaidAPI.render('__graph'+i,graphDefinition,cb)
The theme correctly changes from default to green , but the styles passed in sequence dont seem to have any effect.
I would like to make the actor boxes in sequence diagram smaller in comparison to the text.
The text was updated successfully, but these errors were encountered: