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

Vertical lines between nodes #4963

Open
dudo opened this issue Oct 19, 2023 · 1 comment
Open

Vertical lines between nodes #4963

dudo opened this issue Oct 19, 2023 · 1 comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@dudo
Copy link

dudo commented Oct 19, 2023

Description

Not sure how to describe it...

When building up this

graph LR
    Client --> UI
    UI --> Command & Query
    
    Query --> ReadDatabase[(Read Database)]
    Command --> WriteDatabase[(Write Database)]

    WriteDatabase -. note .-> ReadDatabase
Loading

I'd prefer this with a vertical line between the 2 databases

graph LR
    Client --> UI
    UI --> Command & Query
    
    Query --> ReadDatabase[(Read Database)]
    Command --> WriteDatabase[(Write Database)]
Loading

Steps to reproduce

See description

Screenshots

Screenshot 2023-10-19 at 16 35 49

Code Sample

No response

Setup

  • Mermaid version: github
  • Browser and Version: [Chrome]

Suggested Solutions

No response

Additional Context

No response

@dudo dudo added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Oct 19, 2023
@shubhalgupta
Copy link

which files to change @dudo?

@jgreywolf jgreywolf added include and removed include labels Nov 16, 2023
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

3 participants