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

Change direction of erDiagram #3851

Closed
domeniczz opened this issue Nov 25, 2022 · 5 comments
Closed

Change direction of erDiagram #3851

domeniczz opened this issue Nov 25, 2022 · 5 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request

Comments

@domeniczz
Copy link

Proposal

We can't change the direction of ER Diagram now, the default direction is Top to Bottom

For example the following code

Using keyword "direction" to adjust the direction

Example

erDiagram
  direction LR
  USER {
    int id PK
    string nicname
    int age
  }
  DESC {
    int id PK
    string city
  }
  USER ||--|| DESC : "1-1"

Screenshots

No response

@domeniczz domeniczz added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request labels Nov 25, 2022
@hunsnowboarder
Copy link

Still no change for this basic feature requirement? :(

@domeniczz
Copy link
Author

Still no change for this basic feature requirement? :(

Absolutely, seems nobody is caring about this issue.

demonsgalore added a commit to demonsgalore/mermaid that referenced this issue Jun 2, 2024
@fedegonzal
Copy link

Some update here?

@yari-dewalt
Copy link
Collaborator

Some update here?

The direction statement is being supported for ER diagrams in the new update, as well as other anticipated features! #5965

@christopher-merry
Copy link

@yari-dewalt That's awesome! Any idea on timeline? Looks like it's close?

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: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants