# Functions
NewBarChart is a constructor for BarChart type.
NewCPUTableChart is a constructor for type CPUTableChart.
NewHorizontalBarChart is a constructor for the type HorizontalBarChart.
NewLineGraph creates and returns a lineGraph instance.
NewSparkline returns a unrenderable single sparkline that needs to be added to a SparklineGroup.
NewSparklineGroup is a constructor for the type SparklineGroup.
NewTable returns a new Table instance.
# Structs
BarChart is a widget to display Bar Graphs.
CPUTableChart is a custom widget to display a CPU Table.
HorizontalBarChart is a custom widget to display a horizontal bar graph.
LineGraph implements a line graph of data points.
Sparkline is like: ▅▆▂▂▅▇▂▂▃▆▆▆▅▃.
SparklineGroup is a renderable widget which groups together the given sparklines.
Table is a custom table widget.
# Interfaces
ScrollableWidget is any widget that can have it's cursor scrolled, enabled and disabled.