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
Hey guys, thanks so much for this library! Congrats on amazing work and beautiful diagrams.
I've been looking through the code and graphviz options to control the size of nodes (for example, pods in a namespace) or size of cluster node and relative position (for example, left/center/right top/middle/bottom align). This is not really an issue, but a question. Is it possible to control these? node_attr works, but it's applied globally.
The text was updated successfully, but these errors were encountered:
This would be great to have. I just created a diagram earlier this week and the alignment wasn't bad by any means. But I definitely would have liked to do one or two small tweaks to make it sit better.
Hey guys, thanks so much for this library! Congrats on amazing work and beautiful diagrams.
I've been looking through the code and graphviz options to control the size of nodes (for example, pods in a namespace) or size of cluster node and relative position (for example, left/center/right top/middle/bottom align). This is not really an issue, but a question. Is it possible to control these? node_attr works, but it's applied globally.
It would be great to control the grid (like bootstrap). With ability to use rows (and columns if needed). Rows would make it really powerful already (using global definition of the direction="TB", in example).
I am not sure (haven't looked deeper in code), it might needs to addressed in the graphviz repository tracker.
Hey guys, thanks so much for this library! Congrats on amazing work and beautiful diagrams.
I've been looking through the code and graphviz options to control the size of nodes (for example, pods in a namespace) or size of cluster node and relative position (for example, left/center/right top/middle/bottom align). This is not really an issue, but a question. Is it possible to control these?
node_attr
works, but it's applied globally.The text was updated successfully, but these errors were encountered: