Sha256: 58d4739db9b6583d2bb6b15120da9217c065e6610ec31273b057d302a0a4bd4a
Contents?: true
Size: 531 Bytes
Versions: 22
Compression:
Stored size: 531 Bytes
Contents
# ----------------------------------------------------------------------------- # Generates necessary xml for pie chart # # Author: Fernand # ----------------------------------------------------------------------------- module Ziya::Charts class Pie < Base # Creates a 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 = "pie" end end end
Version data entries
22 entries across 22 versions & 2 rubygems