Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ticker ¶
type Ticker struct {
MaxValues int
// contains filtered or unexported fields
}
A Ticker keeps track of a series of values and creates a simple, text-based graphical representation.
func (Ticker) Add ¶
Add appends new values to the ticker. If the new number of values exceeds the ticker's MaxValues, older values are discarded.
Click to show internal directories.
Click to hide internal directories.