AbsInt returns the absolute value of an int.
BoundedLastValuesAnnotationSeries returns a last value annotation series for a bounded values provider.
CirclePoint returns the absolute position of a circle diameter point given by the radius and the theta.
Days generates a seq of timestamps by day, from -days to today.
Debug logs an debug message if the logger is set.
Debugf logs an debug message if the logger is set.
DegreesAdd adds a delta to a base in radians.
DegreesToCompass returns the degree value in compass / clock orientation.
DegreesToRadians returns degrees as radians.
DiffHours returns the difference in hours between two times.
FirstValueAnnotation returns an annotation series of just the first value of a value provider as an annotation.
FloatValueFormatter is a ValueFormatter for float64.
FloatValueFormatterWithFormat is a ValueFormatter for float64 with a given format.
GenerateContinuousTicks generates a set of ticks.
GenerateGridLines generates grid lines.
GetAlternateColor returns a color from the default list by index.
GetDefaultColor returns a color from the default list by index.
GetDefaultFont returns the default font (Roboto-Medium).
GetRoundToForDelta returns a `roundTo` value for a given delta.
Hidden is a prebuilt style with the `Hidden` property set to true.
HideXAxis hides the x-axis.
HideYAxis hides a y-axis.
Hours returns a sequence of times by the hour for a given number of hours after a given start.
HoursFilled adds zero values for the data bounded by the start and end of the xdata array.
Info logs an info message if the logger is set.
Infof logs an info message if the logger is set.
IntValueFormatter is a ValueFormatter for float64.
Jet is a color map provider based on matlab's jet color map.
KValueFormatter is a formatter for K values.
LastValueAnnotationSeries returns an annotation series of just the last value of a value provider.
Legend returns a legend renderable function.
LegendLeft is a legend that is designed for longer series lists.
LegendThin is a legend that doesn't obscure the chart area.
LinearCoefficients returns a fixed linear coefficient pair.
LinearRange returns an array of values representing the range from start to end, incremented by 1.0.
LinearRangeWithStep returns the array values of a linear seq with a given start, end and optional step.
MaxInt returns the maximum int.
Mean returns the mean of a set of values.
MeanInt returns the mean of a set of integer values.
MinInt returns the minimum int.
MinMax returns the minimum and maximum of a given set of values.
NewArray returns a new array from a given set of values.
NewBox returns a new (set) box.
NewLinearSequence returns a new linear generator.
NewLogger returns a new logger.
NewRandomSequence creates a new random seq.
NewValueBuffer creates a new value buffer with an optional set of values.
NewValueBufferWithCapacity creates a new ValueBuffer pre-allocated with the given capacity.
Normalize returns a set of numbers on the interval [0,1] for a given set of inputs.
NormalizedLinearCoefficients returns a fixed linear coefficient pair.
OptLoggerStderr sets the Stdout writer.
OptLoggerStdout sets the Stdout writer.
ParseFloats parses a list of floats.
ParseTimes parses a list of times with a given format.
PercentDifference computes the percentage difference between two values.
PercentToRadians converts a normalized value (0,1) to radians.
PercentValueFormatter is a formatter for percent values.
PNG returns a new png/raster renderer.
RadianAdd adds a delta to a base in radians.
RadiansToDegrees translates a radian value to a degree value.
RandomValues returns an array of random values.
RandomValuesWithMax returns an array of random values with a given average.
ReadChunks reads a file in `chunkSize` pieces, dispatched to the handler.
ReadLines reads a file and calls the handler for each line.
RotateCoordinate rotates a coordinate around a given center by a theta in radians.
RoundDown rounds down to a given roundTo value.
RoundPlaces rounds an input to a given places.
RoundUp rounds up to a given roundTo value.
Shown is a prebuilt style with the `Hidden` property set to false.
SplitCSV splits a corpus by the `,`, dropping leading or trailing whitespace unless quoted.
StyleTextDefaults returns a style for drawing outside a chart context.
Sum sums a set of values.
SumInt sums a set of values.
SVG returns a new png/raster renderer.
SVGWithCSS returns a new png/raster renderer with attached custom CSS The optional nonce argument sets a CSP nonce.
TimeDateValueFormatter is a ValueFormatter for timestamps.
TimeFromFloat64 returns a time from a float64.
TimeHourValueFormatter is a ValueFormatter for timestamps.
TimeMax returns the minimum and maximum times in a given range.
TimeMillis returns a duration as a float millis.
TimeMin returns the minimum and maximum times in a given range.
TimeMinMax returns the minimum and maximum times in a given range.
TimeMinuteValueFormatter is a ValueFormatter for timestamps.
TimeToFloat64 returns a float64 representation of a time.
TimeValueFormatter is a ValueFormatter for timestamps.
TimeValueFormatterWithFormat returns a time formatter with a given format.
ToFloat64 returns a float64 representation of a time.
ValueSequence returns a sequence for a given values set.
Viridis creates a color map provider.