//
pkg.gl
Category
github.com/mattn/jplot
data
package
0.0.0-20180315062822-5563bf42e167
Repository:
https://github.com/mattn/jplot.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
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.