Constructors

Properties

delay: number

Delay added to the chart in milliseconds so that upcoming values are known before lines are plotted. This makes the chart look like a continual stream rather than very jumpy on the right hand side. Specify the maximum expected delay.

duration: number

Duration of the chart in milliseconds (how much time of data it will show).

enabled: boolean

If set to true, streaming options are applied to the chart, otherwise plugin will be switched off.

frameRate: number

Frequency at which the chart is drawn on a display (frames per second). Decrease this value to save CPU power.

id?: number
pause: boolean

If set to true, scrolling stops. Note that onRefresh callback is called even when this is set to true.

refresh: number

Refresh interval of data in milliseconds. onRefresh callback function will be called at this interval.

ttl: number

Duration of the data to be kept in milliseconds. If not set, old data will be automatically deleted as it disappears off the chart.

uuid: string = ...