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