Sha256: 0477c2b8f18ad96a907c2864aad5a2165bb2327debd26bb7dae4c2651b08e7ef

Contents?: true

Size: 553 Bytes

Versions: 22

Compression:

Stored size: 553 Bytes

Contents

# -----------------------------------------------------------------------------
# Generates necessary xml for 3D pie chart 
#
# Author: Fernand
# -----------------------------------------------------------------------------
module Ziya::Charts  
  class PieThreed < Base
    # Creates a 3D pie 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 pie"      
    end
  end
end

Version data entries

22 entries across 22 versions & 2 rubygems

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