Class: Ziya::Charts::ParallelThreedColumn
- Defined in:
- lib/ziya/charts/parallel_threed_column.rb
Instance Attribute Summary
Attributes inherited from Base
#id, #license, #options, #size, #theme, #type
Instance Method Summary collapse
-
#initialize(license = nil, chart_id = nil) ⇒ ParallelThreedColumn
constructor
- Creates a parallel column 3D chart
:license - the XML/SWF charts license
:chart_id -
the name of the chart style sheet.
- the XML/SWF charts license
- Creates a parallel column 3D chart
Methods inherited from Base
#add, components, #default_theme, #load_helpers, mode_data, mode_reset, #to_s
Methods included from Helpers::BaseHelper
#chart, #chart_url, #clazz, #component, #dial, #dials, #drawing, #gauge, #indent
Methods included from Utils::Text
#camelize, #classify, #demodulize, #underscore
Methods included from Helper
#block_is_within_action_view?, #capture_block, #chart_path, #charts_swf, #class_id, #codebase, #composite_url, #content_tag, #content_tag_string, #escape_chars, #escape_once, #escape_url, #gauge_path, #gauges_swf, #gen_composite_path, #gen_swf_path, #generate_flash_tag, #generate_old_style_flash_tag, #mime, #plugin_url, #setup_movie_size, #setup_wmode, #tag, #tag_options, #ziya_chart, #ziya_chart_js, #ziya_gauge, #ziya_javascript_include_tag
Constructor Details
#initialize(license = nil, chart_id = nil) ⇒ ParallelThreedColumn
Creates a parallel column 3D chart
:license-
the XML/SWF charts license
:chart_id-
the name of the chart style sheet.
11 12 13 14 |
# File 'lib/ziya/charts/parallel_threed_column.rb', line 11 def initialize( license=nil, chart_id=nil ) super( license, chart_id ) @type = "parallel 3d column" end |