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