mkaz / termgraph

a python command-line tool which draws basic graphs in the terminal
MIT License
3.14k stars 165 forks source link

Color formatting of "0" values spills over to the next line #103

Open danielhoherd opened 1 year ago

danielhoherd commented 1 year ago

termgraph v0.5.3

Tested on linux (and macos using gdate instead of date) with this reproduction: for X in {30..1} ; do gdate -d "-$X days" "+%F $(( $X % 10 )) " ; done | termgraph

Screenshot 2023-01-03 at 10 51 36 AM