Time Series : Time series related parameters

# isGraphTime

Flag to indicate if the data is a time series so there is no need to plot every time interval. It is boolean in one dimensional plots or a string indicating the axis which is timed x, y or z
Type: boolean
Default: false

# timeFormat

Time Format according to date.format.js Steven Levithan
Type: string
Default: isoDate
Options: default, shortDate, mediumDate, longDate, fullDate, shortTime, mediumTime, longTime, isoDate, isoTime, isoDateTime, isoUtcDateTime, year, month, day, hour, minute, second

# timeValueIndices

Array containing the indices of the values when the the graph is a time series
Type: array Private
Default: []

# timeValueProperties

Object with all the time properties needed to plot the data
Type: object Private
Default: HASH(0x7f77aa21b7b0)

# timeValues

Array containing the tick values when the the graph is a time series
Type: array Private
Default: []