mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
68.97k stars 6.11k forks source link

Change direction of erDiagram #3851

Open domeniczz opened 1 year ago

domeniczz commented 1 year ago

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

hunsnowboarder commented 4 months ago

Still no change for this basic feature requirement? :(

domeniczz commented 4 months ago

Still no change for this basic feature requirement? :(

Absolutely, seems nobody is caring about this issue.