-
Notifications
You must be signed in to change notification settings - Fork 153
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
Option to resize generated ERD, change aspect ratio #105
Comments
I'd try to generate dot files using Some of the options that tell Graphviz how to layout the diagram are hardcoded in Line 48 in d52f12e
@mmzx @BurntSushi Maybe the user should be given the possibility to provide arbitrary graphviz attributes? I think this can be achieved without much cost using the
We don't validate this and just assume that the users know what they are doing. I believe this could radically improve the usability without much implementation and maintenance cost. |
@kukimik I like the idea of custom properties, as long it would not introduce additional complexity regarding the configuration and consistency with existing switches. I am wondering... |
I was wrong. Using |
Problem: the font of an ERD with 2nd level relations ([main]--[2]--[3]) is barely readable in a presentation, but fills only the upper half of the display. Too wide, too less height.
I tried to set the font to a bigger size, hoping Erd would reorder the tables but:
Is there some way to tell Erd to generate images with different size/aspcet ratio, reordering the tables accordingly?
The text was updated successfully, but these errors were encountered: