-
Notifications
You must be signed in to change notification settings - Fork 331
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
Bigger boxes for bigger files #331
Comments
Two features to add
|
Also, should we use a different style (including size, if cannot resolve the size of the dynamically imported package) |
I'm not sure if you are asking me, but I assume yes. I think that how to depict dynamic imports is a different topic on which I have no strong opinion. I only know that the type of an import could not imply a different box style because other consumers might import it in different ways (eg. static, or for the side effects (yuk)) So if anything, I would paint the arrow differently. But mind:
|
Thanks for the ideas @sanoodles . It seems to me that the current graph is not using same symbols as the UML system. I just checked that the UML uses dashed line with open arrow for Dependency relationships. |
Please provide an option to make files that weight more KB look bigger in the diagram.
Perhaps with a logarithmic relationship between file weight and box size so that a few very big files don't take too much screen space.
If bigger boxes is technically challenging, try just bigger font sizes (which hopefully will stretch the box along) or greater background/foreground contrast. With logarithmic relationships as well.
The text was updated successfully, but these errors were encountered: