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 set notes for namespaces #4589

Closed
GitSparTV opened this issue Jul 3, 2023 · 1 comment
Closed

Unable to set notes for namespaces #4589

GitSparTV opened this issue Jul 3, 2023 · 1 comment
Labels
Graph: Class Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@GitSparTV
Copy link

Description

When you define a note for namespace it doesn't draw a dashed line between them

Steps to reproduce

  1. Use code example.
  2. Expect the issue

Screenshots

image

Code Sample

classDiagram
    note for Class1 "My note"
    note for ns "My note"
    
    class Class1 {
        -field : Type
    }

    namespace ns {
        class Class2 {
            -field : Type
        }
    }

Setup

  • Mermaid version: 10.2.4
  • Browser and Version: Safari 16.6

Suggested Solutions

No response

Additional Context

No response

@GitSparTV GitSparTV added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Jul 3, 2023
@jgreywolf jgreywolf added roadmap items to add to roadmap for auto workflow and removed roadmap items to add to roadmap for auto workflow labels Nov 16, 2023
@jgreywolf
Copy link
Contributor

Duplicate issue. Closing this in favor of #4706 due to the additional detail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Graph: Class 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