termgraph
termgraph copied to clipboard
Support alignment options
Currently all the nodes in the generated visuals are inherinetly left-aligned, because we build it up starting from the left. However this might not always be desired and can produce not as good looking visuals. To fix this, we could think about introducing some alignment options, like Alignment::Left
or Alignment::Center
, which would try to always position the nodes in the visual accordingly.