Class: OpenFlashChart::LineDot
- Inherits:
- LineBase show all
- Defined in:
- lib/plugins/open_flash_chart/lib/open_flash_chart/line_dot.rb
Instance Method Summary (collapse)
-
- (LineDot) initialize(args = {})
constructor
A new instance of LineDot.
Methods inherited from LineBase
Methods inherited from Base
#<<, #add_element, #append_value, #attach_to_right_y_axis, #method_missing, #render, #set_colours, #set_key, #set_offset, #set_range, #set_tooltip, #to_json2
Constructor Details
- (LineDot) initialize(args = {})
Returns a new instance of LineDot
4 5 6 7 |
# File 'lib/plugins/open_flash_chart/lib/open_flash_chart/line_dot.rb', line 4 def initialize args={} super @type = "line_dot" end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OpenFlashChart::Base