package
2.0.1+incompatible
Repository: https://github.com/danfaizer/go-chart.git
Documentation: pkg.go.dev

# Functions

New wraps a provider with a seq.
NewArray creates a new array.
NewBuffer creates a new value buffer with an optional set of values.
NewBufferWithCapacity creates a new ValueBuffer pre-allocated with the given capacity.
NewLinear returns a new linear generator.
NewRandom creates a new random seq.
RandomValues returns an array of random values.
RandomValuesWithMax returns an array of random values with a given average.
Range returns the array values of a linear seq with a given start, end and optional step.
RangeWithStep returns the array values of a linear seq with a given start, end and optional step.
Values returns a new seq composed of a given set of values.

# Variables

Time is a utility singleton with helper functions for time seq generation.

# Structs

Buffer is a fifo datastructure that is backed by a pre-allocated array.
Linear is a stepwise generator.
Random is a random number seq generator.
Seq is a utility wrapper for seq providers.

# Interfaces

Provider is a provider for values for a seq.

# Type aliases

Array is a wrapper for an array of floats that implements `ValuesProvider`.