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