package
1.1.6
Repository: https://github.com/rs/jplot.git
Documentation: pkg.go.dev

# Functions

FromHTTP fetch data points from url every interval and keep size points.
FromStdin reads data from stdin as one JSON object per line.
ParseSpec parses a graph specification.

# Structs

Field describe a field in a graph.
Points is a series of Size data points gathered from Source.
Spec specify a list of field for a single graph.

# Interfaces

Getter is the interface used by Points to get next points.