Class: OpenFlashChart::BarFilled
- Inherits:
- BarBase show all
- Defined in:
- lib/plugins/open_flash_chart/lib/open_flash_chart/bar_filled.rb
Instance Method Summary (collapse)
-
- (BarFilled) initialize(colour = nil, outline_colour = nil, args = {})
constructor
A new instance of BarFilled.
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
- (BarFilled) initialize(colour = nil, outline_colour = nil, args = {})
Returns a new instance of BarFilled
4 5 6 7 8 9 |
# File 'lib/plugins/open_flash_chart/lib/open_flash_chart/bar_filled.rb', line 4 def initialize(colour=nil, outline_colour=nil, args={}) super args @type = "bar_filled" @colour = colour @outline_colour = outline_colour end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OpenFlashChart::Base