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

[Chen ERD] Allow horizontal layout or left to right direction #1729

Closed
The-Lum opened this issue Apr 9, 2024 · 0 comments · Fixed by #1740
Closed

[Chen ERD] Allow horizontal layout or left to right direction #1729

The-Lum opened this issue Apr 9, 2024 · 0 comments · Fixed by #1740
Labels
enhancement New feature or request

Comments

@The-Lum
Copy link
Collaborator

The-Lum commented Apr 9, 2024

Context

To follow:

Wanted feature

  • How to reproduce this first (wikipedia) example?
ERD Wikipedia example

ERD_Representation.svg
Source: Entity–relationship model

  • Could you allow left to right direction on Chen ER-diagrams?

Example

@startchen

entity Person {
}
entity Location {
}
relationship Birthplace {
}

Person -N- Birthplace
Birthplace -1- Location

@endchen

@startchen
left to right direction

entity Person {
}
entity Location {
}
relationship Birthplace {
}

Person -N- Birthplace
Birthplace -1- Location

@endchen

Regards,
Th.

[FYI @Benjamin-Davies]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant