Class: Daytona::Charts::ScatterChart
- Inherits:
-
PointChart
- Object
- Chart
- Chart2D
- PointChart
- Daytona::Charts::ScatterChart
- Defined in:
- lib/daytona/common/charts.rb
Instance Attribute Summary
Attributes inherited from PointChart
#elements, #x_scale, #x_tick_labels, #x_ticks, #y_scale, #y_tick_labels, #y_ticks
Attributes inherited from Chart2D
Attributes inherited from Chart
#elements, #png, #title, #type
Instance Method Summary collapse
-
#initialize(data) ⇒ ScatterChart
constructor
A new instance of ScatterChart.
Methods inherited from PointChart
Methods inherited from Chart2D
Methods inherited from Chart
Constructor Details
#initialize(data) ⇒ ScatterChart
Returns a new instance of ScatterChart.
138 139 140 141 |
# File 'lib/daytona/common/charts.rb', line 138 def initialize(data) super @type = ChartType::SCATTER end |