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