summaryrefslogtreecommitdiffstats
path: root/termui/linegraph.go
AgeCommit message (Collapse)Author
2022-09-29One of the termui tests was failing; this fixes the `numbered.Less()` function.Sean E. Russell
Something in sorting was broken at some point, maybe during a Go version upgrade? That code hasn't changed in a while. While fixing the code, I rewrote the `numbered.Less()` function. It's shorter, and I think it's clearer, but in addition to being correct now it's also about 10% faster than the original.
2021-01-26Fixes #161, CPU names are sorted strictly as strings rather than ↵Sean E. Russell
lexographically.
2020-07-25Closes #32. Average is really average, over time. Boldify the AVRG label. ↵Sean E. Russell
Remove spurious sync lock.
2020-05-31Fixes #128 for LineGraph; there's probably another leak in SparklineSean E. Russell
Fixes #128 for Sparkline. Also, the amount of data held is tiny so bumped the buffer to 4x to reduce collections. Minor comment change
2020-04-28Fine tuning for extensionsSean E. Russell
2020-04-23Version bump to v4Sean E. Russell
2020-04-16Closes #40, overflow line graph labels.Sean E. Russell
2020-02-28Path changes for major revisionv3.4.0Sean E. Russell
2020-02-13Switching maintainership.Sean E. Russell
2020-02-13Fixes the directory structure.Sean E. Russell
2018-03-29Move termui to seperate repoCaleb Bassi
2018-03-27Change methods to use 'self' keywordCaleb Bassi
2018-03-09Added graph zooming; closes #3Caleb Bassi
2018-03-03Code cleanupCaleb Bassi
2018-02-27Linegraph renders lines in reverse orderCaleb Bassi
2018-02-27Fixed bug where linegraphs would overwrite the keyCaleb Bassi
2018-02-23Moar code cleanupCaleb Bassi
2018-02-21Changed termui colorsCaleb Bassi
2018-02-19Initial commitCaleb Bassi