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