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