package
0.0.0-20211207160909-1c1b9c6f9461
Repository: https://github.com/planetdecred/pdanalytics.git
Documentation: pkg.go.dev
# Functions
BuildExchangeKey returns exchange name, currency pair and interval joined by -.
DisableLog disables all library log output.
Encode the slices.
No description provided by the author
GenerateDayBin returns slice of the first time of each day within the supplied dates with the correspounding heights if not nil.
GenerateHourBin returns slice of the first time of each hour within the supplied dates with the correspounding heights if not nil.
No description provided by the author
No description provided by the author
No description provided by the author
Trim remove points that has 0s in all yAxis.
UseLogger uses a specified Logger to output package logging info.
Check that the length of all arguments is equal.
# Constants
ADay defines the number of seconds in a day.
Keys for specifying chart data type.
These are the recognized binLevel and axisType values.
These are the recognized binLevel and axisType values.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
These are the recognized binLevel and axisType values.
These are the recognized binLevel and axisType values.
These are the recognized binLevel and axisType values.
These are the recognized binLevel and axisType values.
InvalidBinErr is returned when a ChartMaker receives an unknown BinLevel.
These are the recognized binLevel and axisType values.
These are the recognized binLevel and axisType values.
These are the recognized binLevel and axisType values.
These are the recognized binLevel and axisType values.
These are the recognized binLevel and axisType values.
These are the recognized binLevel and axisType values.
UnknownChartErr is returned when a chart key is provided that does not match any known chart type constant.
These are the recognized binLevel and axisType values.
These are the recognized binLevel and axisType values.
These are the recognized binLevel and axisType values.
These are the recognized binLevel and axisType values.
# Interfaces
No description provided by the author
An interface for reading and setting the length of datasets.
# Type aliases
ChartError is an Error interface for use with constant errors.
ChartFloats is a slice of floats.
ChartNullFloats is a slice of null.float64.
ChartNullUints is a slice of null.uints.
ChartStrings is a slice of strings.
ChartUints is a slice of uints.