TimeseriesVisualization class
Draws timeseries data and statistics on a canvas.
Constructors
- TimeseriesVisualization(Timeseries _timeseries)
- Creates a visualization for a Timeseries.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
drawLine(
num x1, num y1, num x2, num y2) → void - A utility for drawing lines.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
) → HTMLCanvasElement -
Renders the timeseries into a
<canvas>
and returns the canvas element. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited