Sha256: 83748ddef9440a314061dd2e30f77c9fa7f2ff66231435a8a97f8299d63e6b49
Contents?: true
Size: 592 Bytes
Versions: 15
Compression:
Stored size: 592 Bytes
Contents
# ----------------------------------------------------------------------------- # Generates necessary xml for a stacked 3d area chart # # Author: Fernand # ----------------------------------------------------------------------------- module Ziya::Charts class StackedThreedArea < Base # Creates a stacked 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 = "stacked 3d area" end end end
Version data entries
15 entries across 15 versions & 2 rubygems