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