We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The TBbalance option changes what rank "loose" or "floating" nodes are aligned to. https://graphviz.org/docs/attrs/TBbalance/
TBbalance
edotor does not render graphs correctly that use this property.
edotor
digraph { layout="dot" TBbalance="max" { rank="min"; "min" } { rank="max"; "max" } "min" -> "middle" -> "max" "Floater 1" "Floater 2" }
(min) | v (middle) | v (max) (Floater 1) (Floater 2)
(min) | v (middle) (Floater 1) | v (max) (Floater 2)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
TBbalance
option changes what rank "loose" or "floating" nodes are aligned to.https://graphviz.org/docs/attrs/TBbalance/
edotor
does not render graphs correctly that use this property.Repro steps
Expected results
Actual results
Notes
TBbalance
parameter.edotor
incorrectly renders the above options identical to thisThe text was updated successfully, but these errors were encountered: