mum4k / termdash

Terminal based dashboard.
Apache License 2.0
2.69k stars 133 forks source link

bar chart with signed values #335

Closed Ankur-deDev closed 2 years ago

Ankur-deDev commented 2 years ago

Hi, I am trying to create a bar chart with both negative and positive values, is it supported? Thanks for your help

mum4k commented 2 years ago

I think the bar chart only supports positive values currently. At least this test case seems to be suggesting so.

New code would be needed to support negative values and combinations of those.

Ankur-deDev commented 2 years ago

Thanks for pointing this, it is very clear indeed that the negative values are not supported.