Sha256: a29363c3a319c04e23c95cf0846fedf8307bf4be35295d7be1c45d196df614ad

Contents?: true

Size: 561 Bytes

Versions: 22

Compression:

Stored size: 561 Bytes

Contents

# -----------------------------------------------------------------------------
# Generates necessary xml for a 3d area chart
# 
# Author: Fernand
# -----------------------------------------------------------------------------
module Ziya::Charts
  class AreaThreed < Base
    # Creates a 3d area chart
    # <tt>:license</tt>::  the XML/SWF charts license
    # <tt>:chart_id</tt>:: the name of the chart style sheet.              
    def initialize( license=nil, chart_id=nil )
      super( license, chart_id )
      @type = "3d area"      
    end
  end
end

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
derailed-ziya-2.0.4 lib/ziya/charts/area_threed.rb
derailed-ziya-2.0.6 lib/ziya/charts/area_threed.rb
derailed-ziya-2.0.8 lib/ziya/charts/area_threed.rb
derailed-ziya-2.1.0 lib/ziya/charts/area_threed.rb
derailed-ziya-2.1.1 lib/ziya/charts/area_threed.rb
derailed-ziya-2.1.2 lib/ziya/charts/area_threed.rb
derailed-ziya-2.1.3 lib/ziya/charts/area_threed.rb
derailed-ziya-2.1.4 lib/ziya/charts/area_threed.rb
derailed-ziya-2.1.5 lib/ziya/charts/area_threed.rb
ziya-2.3.0 lib/ziya/charts/area_threed.rb
ziya-2.1.9 lib/ziya/charts/area_threed.rb
ziya-2.1.8 lib/ziya/charts/area_threed.rb
ziya-2.1.7 lib/ziya/charts/area_threed.rb
ziya-2.1.6 lib/ziya/charts/area_threed.rb
ziya-2.0.2 lib/ziya/charts/area_threed.rb
ziya-2.0.1 lib/ziya/charts/area_threed.rb
ziya-2.0.0 lib/ziya/charts/area_threed.rb
ziya-2.0.6 lib/ziya/charts/area_threed.rb
ziya-2.0.7 lib/ziya/charts/area_threed.rb
ziya-2.0.5 lib/ziya/charts/area_threed.rb