Skip to content
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

Unable to Style Sequence Diagram Title #5440

Open
MaxenceGui opened this issue Apr 4, 2024 · 0 comments
Open

Unable to Style Sequence Diagram Title #5440

MaxenceGui opened this issue Apr 4, 2024 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@MaxenceGui
Copy link

Description

When adding a title to a sequence diagram, I'm unable to modify the title font size. My current workaround is to use a Markdown title.

I have seen other graphs in Mermaid have attributes related to the title, like QuadrantChartConfig, but it is not yet available for the Sequence Diagram.

Steps to reproduce

  1. Create a Sequence Diagram
  2. Insert a title
  3. Add participant and interaction until the title gets very tiny

Screenshots

image
image

Code Sample

%% Would like to do
%%{init: {'title': 'fontSize': 40}}%%

title: Sequence Diagram for inference request 1.2.1

    actor Client
    participant Frontend
    participant Backend
    participant Blob storage
    participant Model

Setup

  • Mermaid version: On GitHub
  • Browser and Version: Edge

Suggested Solutions

No response

Additional Context

No response

@MaxenceGui MaxenceGui added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

1 participant