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

Sectioning of ER diagrams #5168

Open
sushmangupta opened this issue Dec 28, 2023 · 3 comments
Open

Sectioning of ER diagrams #5168

sushmangupta opened this issue Dec 28, 2023 · 3 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@sushmangupta
Copy link

Description

This is the one I have created : ER diagram however I would like to have it split into 2 different sections as in the screenshot shared.
Screenshot_issue

Steps to reproduce

May be a subgraph as we have in flowchart would help

Screenshots

No response

Code Sample

No response

Setup

  • Mermaid version:
  • Browser and Version: [Chrome, Edge, Firefox]

Suggested Solutions

No response

Additional Context

No response

@sushmangupta sushmangupta added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Dec 28, 2023
@ufukty
Copy link

ufukty commented Dec 31, 2023

related? #3225

@slavb18
Copy link

slavb18 commented Apr 7, 2024

In PlantUML we can use packages

@startuml
package "Classic Collections" #DDDDDD {
  Object <|-- ArrayList
}

package net.sourceforge.plantuml {
  Object <|-- Demo1
  Demo1 *- Demo2
}
@enduml

May be mermaidjs could support them too

See https://www.plantuml.com/plantuml/uml/SoWkIImgAStDuU8gI4pEJanFLL1opaaiBivCLd3Epyb9JIx9pCyhLb9GTW43XMek1GN_f2oWk89DZQwkWcDHKMAbJsPn2LSjmeYyr1AzulpIekJKjFoYz5IzWfp4F90b6BfTKdFp3O5YO5f12o9W13BA8JKl1UGi0000

image

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