Class: OpenFlashChart::BarValue

Inherits:
Base
  • Object
show all
Defined in:
lib/plugins/open_flash_chart/lib/open_flash_chart/bar.rb

Direct Known Subclasses

BarFilledValue

Instance Method Summary (collapse)

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

- (BarValue) initialize(top, bottom = nil, args = {})

Returns a new instance of BarValue



11
12
13
14
15
# File 'lib/plugins/open_flash_chart/lib/open_flash_chart/bar.rb', line 11

def initialize( top, bottom=nil, args={} )
  @top = top
  @bottom = bottom
  super args
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class OpenFlashChart::Base