Class: OpenFlashChart::Bar3dValue
- Inherits:
-
Base
- Object
- Base
- OpenFlashChart::Bar3dValue
- Defined in:
- lib/plugins/open_flash_chart/lib/open_flash_chart/bar_3d.rb
Instance Method Summary (collapse)
-
- (Bar3dValue) initialize(top, args = {})
constructor
A new instance of Bar3dValue.
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
- (Bar3dValue) initialize(top, args = {})
Returns a new instance of Bar3dValue
11 12 13 14 |
# File 'lib/plugins/open_flash_chart/lib/open_flash_chart/bar_3d.rb', line 11 def initialize(top, args={}) @top = top super args end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OpenFlashChart::Base