Class: Ziya::Charts::ImageColumn

Inherits:
Base
  • Object
show all
Defined in:
lib/ziya/charts/image_column.rb

Instance Method Summary collapse

Constructor Details

#initialize(license = nil, chart_id = nil) ⇒ ImageColumn

Creates an area chart

:license

the XML/SWF charts license

:chart_id

the name of the chart style sheet.



13
14
15
16
# File 'lib/ziya/charts/image_column.rb', line 13

def initialize( license=nil, chart_id=nil )
  super( license, chart_id )
  @type = "image column"      
end