Skip to content

Commit

Permalink
docs: timeseries: update
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Jun 15, 2021
1 parent d1d7ed2 commit 0e0b631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/timeseries/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Time Series

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 `DataSeriesSet`.
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

* `DataSeries`: a single data series
* `DataSeriesSet`: mulitple data series sets
* `TimeSeries`: a single time series
* `TimeSeriesSet`: mulitple time series sets

0 comments on commit 0e0b631

Please sign in to comment.