//
pkg.gl
Category
github.com/rs/jplot
data
package
1.1.6
Repository:
https://github.com/rs/jplot.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
4
Files
216 SLOC
#
Functions
FromHTTP
FromHTTP fetch data points from url every interval and keep size points.
FromStdin
FromStdin reads data from stdin as one JSON object per line.
ParseSpec
ParseSpec parses a graph specification.
#
Structs
Field
Field describe a field in a graph.
Points
Points is a series of Size data points gathered from Source.
Spec
Spec specify a list of field for a single graph.
#
Interfaces
Getter
Getter is the interface used by Points to get next points.