Initialises a new SmoothieChart
.
Options are optional and may be sparsely populated. Just specify the values you need and the rest will be given sensible defaults.
Adds a TimeSeries
to this chart, with optional presentation options.
Brings the specified TimeSeries
to the top of the chart. It will be rendered last.
Gets render options for the specified TimeSeries
.
As you may use a single TimeSeries
in multiple charts with different formatting in each usage,
these settings are stored in the chart.
Removes the specified TimeSeries
from the chart.
Starts the animation of this chart. Called by streamTo
.
Stops the animation of this chart.
Instructs the SmoothieChart
to start rendering to the provided canvas, with specified delay.
the target canvas element
an amount of time to wait before a data point is shown. This can prevent the end of the series from appearing on screen, with new values flashing into view, at the expense of some latency.