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

Fix Graphviz bug when graphviz not installed natively #40

Open
mosser opened this issue Oct 26, 2023 · 0 comments
Open

Fix Graphviz bug when graphviz not installed natively #40

mosser opened this issue Oct 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mosser
Copy link
Member

mosser commented Oct 26, 2023

When Graphviz is not installed locally (and available in $PATH), the graph library used to draw the diagram default to a javascript implementation that does not compute text layout properly. We need to put as a prereq that graphviz needs to be installed, and force the code to use this rednering mode instead of defaulting to Javascript. That might also be linked to some problems @aaronloh16 was having related to the "rough" mode.

@mosser mosser added the bug Something isn't working label Oct 26, 2023
@mosser mosser added this to the 2312 - Fall 23 milestone Oct 26, 2023
@mosser mosser self-assigned this Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant