Class: OpenFlashChart::Star
- Inherits:
- DotBase show all
- Defined in:
- lib/plugins/open_flash_chart/lib/open_flash_chart/dot_base.rb
Direct Known Subclasses
Instance Method Summary (collapse)
-
- (Star) initialize(value = nil, args = {})
constructor
A new instance of Star.
Methods inherited from DotBase
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
- (Star) initialize(value = nil, args = {})
Returns a new instance of Star
27 28 29 |
# File 'lib/plugins/open_flash_chart/lib/open_flash_chart/dot_base.rb', line 27 def initialize(value=nil, args={}) super 'star', value, args end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OpenFlashChart::Base