Class: TimeSeries

TimeSeries()

new TimeSeries()

Time strip series

Source:

Methods

updateData()

Update the times series with a frame of data. See: Series.updateData

Source:

Type Definitions

Options

Extends Series.Options

Properties:
Name Type Description
vertical Object

True if time series should be plotted vertically

source Object

Data source parameters

Properties
Name Type Description
name String

Name of data source

value String

Name of field in data frame to plot as value

time String

Name of field in data frame to plot as time, or "$(time)" to use client time.

Source: