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