Library: Processor
Overview
Processing Data Source and Operators
  • desc: Processing Data Source
Constructors
Timeplot.Processor(dataSource, operator, params)
A Processor is a special DataSource that can apply an Operator to the DataSource values and thus return a different one.
parameters
dataSource
operator
params
Functions
Timeplot.Operator.sum(data, params)
This is the operator used when you want to draw the cumulative sum of a time series and not, for example, their daily values.
parameters
data
params
Timeplot.Operator.average(data, params)
This is the operator that is used to 'smooth' a given time series by taking the average value of a moving window centered around each value. The size of the moving window is influenced by the 'size' parameters in the params map.
parameters
data
params
Objects
Generated by JsDoc Toolkit on Fri, 27 Jul 2007 04:11:47 GMT