Class: Ziya::Charts::ImagePie

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

Instance Method Summary collapse

Constructor Details

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

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_pie.rb', line 13

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