Method: Ziya::Charts::ColumnThreed#initialize
- Defined in:
- lib/ziya/charts/column_threed.rb
#initialize(license = nil, chart_id = nil) ⇒ ColumnThreed
Creates a 3D Column chart
:license-
the XML/SWF charts license
:chart_id-
the name of the chart style sheet.
11 12 13 14 |
# File 'lib/ziya/charts/column_threed.rb', line 11 def initialize( license=nil, chart_id=nil ) super( license, chart_id ) @type = "3d column" end |