Files
termui/sparkline.go
gizak 08a5d3f67b Fix https://github.com/gizak/termui/issues/75
Negative numbers are suppressed as zeros. The height of each data point
is based off zero, so it will be confusing when it comes to negative
numbers. Simply treat negative values data points as zeroes.
2016-01-27 14:12:43 -05:00

3.7 KiB