You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to be able to specify which rankdir should be used. The default (top to bottom) looks terrible for our project, while we get a very readable graph using
digraph G {
rankdir=LR;
...
The text was updated successfully, but these errors were encountered:
Thanks for reporting! I'll look into this soon. Will probably be solved as a new config option graphVizOptions which will allow you to specify custom GraphViz options like rankdir.
Would like to be able to specify which rankdir should be used. The default (top to bottom) looks terrible for our project, while we get a very readable graph using
The text was updated successfully, but these errors were encountered: