Readonly
advancedDefines whether or not to show advanced state variables.
Readonly
colorDetermine the solid color hex-code for time-independent plots.
Readonly
gradientDetermines the color gradient for time series plots.
Readonly
legendOptionally show this point in the legend.
Readonly
lineDetermines whether or not to connect points with a line. If a Datum
is provided, will draw a line from that point.
Readonly
nameAdds a name to a point or data series to be shown in the tooltip. Must be set to create an entry in the legend.
Readonly
pointThe point radius, in pixels.
Readonly
relThe relative humidity measurement type, in percent [0-100] or float [0.0-1.0]
Readonly
timeSet the timespan for this time-dependent data series.
Readonly
end: numberThe timestamp for the last data point.
Readonly
now: numberThe timestamp for the current data point.
Readonly
start: numberThe timestamp for the first data point.
Configuration settings for plotting data.