Class: Ziya::Charts::Bubble

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

Instance Method Summary collapse

Constructor Details

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

Creates a bubble chart

:license

the XML/SWF charts license

:chart_id

the name of the chart style sheet.



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

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