package
0.0.0-20200829004927-65d76af83079
Repository: https://github.com/cjbassi/gotop.git
Documentation: pkg.go.dev

# Packages

# Functions

NewSparkline returns an unrenderable single sparkline that intended to be added into a SparklineGroup.
NewSparklineGroup return a new *SparklineGroup with given Sparklines, you can always add a new Sparkline later.
NewTable returns a new Table instance.

# Structs

LineGraph implements a line graph of data points.
Sparkline is like: ▅▆▂▂▅▇▂▂▃▆▆▆▅▃.
SparklineGroup is a renderable widget which groups together the given sparklines.