The series observable holding the stream of chart data
Callback for when the observable is subscribed to
Basically the update time when data is collected and then rendered
The current state of the x-axis
The current state of the y-axis
Callback for when data is updated
Limits the amount of data stored. Any data older than this value (ms) will be dropped on the next update
The callback function to update the plot
The series-name and the associated series
Callback to update the current time based on the streamed data
A subscription to the observable (for cancelling and the likes)
Creates a subscription to the series observable with the data stream. The common code is shared by the plots.