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
ziya-2.0.3 lib/ziya/charts/pie_threed.rb
ziya-2.0.6 lib/ziya/charts/pie_threed.rb