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

Lots of whitespace around C4 graph. #5377

Open
TeaDrinkingProgrammer opened this issue Mar 12, 2024 · 0 comments
Open

Lots of whitespace around C4 graph. #5377

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

Comments

@TeaDrinkingProgrammer
Copy link

Description

When I make a C4context it creates a lot of whitespace around it. This doesn't seem to happen with other diagrams.

Steps to reproduce

Export the given diagram with mmdc -o out.png -t neutral -i example.mmd

Screenshots

Example

Code Sample

C4Context
    System(a, "Lorem Ipsum", "")
    System(b, "Dolor sit amet", "")
    System(c, "consectetur adipiscing elit", "")
    System(d, "sed do eiusmod tempor incididunt ut labore", ".")
    BiRel(a, b, "connects to")
    BiRel(b, c, "connects to")
    BiRel(d, c, "connects to")

Setup

  • Mermaid version: 10.8.0
  • Browser and Version: N.A

Suggested Solutions

No response

Additional Context

No response

@TeaDrinkingProgrammer TeaDrinkingProgrammer added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Mar 12, 2024
@TeaDrinkingProgrammer TeaDrinkingProgrammer changed the title Lot's of whitespace around C4 graph. Lots of whitespace around C4 graph. Mar 12, 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