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