Class: OpenFlashChart::BarRoundedGlass
- Inherits:
- BarBase show all
- Defined in:
- lib/plugins/open_flash_chart/lib/open_flash_chart/bar_glass.rb
Instance Method Summary (collapse)
-
- (BarRoundedGlass) initialize(args = {})
constructor
A new instance of BarRoundedGlass.
Methods inherited from BarBase
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
- (BarRoundedGlass) initialize(args = {})
Returns a new instance of BarRoundedGlass
33 34 35 36 |
# File 'lib/plugins/open_flash_chart/lib/open_flash_chart/bar_glass.rb', line 33 def initialize args={} super @type = "bar_rounded_glass" end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OpenFlashChart::Base