package
2.25.4
Repository: https://github.com/grokify/gocharts.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Time Series

Docs

The timeseries package is used to hold time series data, often for creating time-based bar or line charts. Each time value can be stored as a float or an integer. Data for multiple series are stored by TimeSeriesSet.

Major structs

  • TimeSeries: a single time series
  • TimeSeriesSet: mulitple time series sets