Class: OpenFlashChart::BarBase
- Inherits:
-
Base
- Object
- Base
- OpenFlashChart::BarBase
- Defined in:
- lib/plugins/open_flash_chart/lib/open_flash_chart/bar_base.rb
Direct Known Subclasses
Bar, Bar3d, BarCylinder, BarCylinderOutline, BarDome, BarFilled, BarGlass, BarRound, BarRound3d, BarRoundedGlass, BarSketch, BarStack
Instance Method Summary (collapse)
Methods inherited from Base
#<<, #add_element, #append_value, #initialize, #method_missing, #render, #set_colours, #set_key, #set_offset, #set_range, #set_tooltip, #to_json2
Constructor Details
This class inherits a constructor from OpenFlashChart::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OpenFlashChart::Base
Instance Method Details
- (Object) attach_to_right_y_axis
3 4 5 |
# File 'lib/plugins/open_flash_chart/lib/open_flash_chart/bar_base.rb', line 3 def attach_to_right_y_axis @axis = 'right' end |