Sha256: 6d861709f0ec8b31c8b2c3a54a87bdb66a0df3d8635216ccd7a8c10ca96d402d
Contents?: true
Size: 593 Bytes
Versions: 14
Compression:
Stored size: 593 Bytes
Contents
# ----------------------------------------------------------------------------- # Generates necessary xml for an image column chart # # Author: Fernand # ----------------------------------------------------------------------------- require 'ziya/charts/base' module Ziya::Charts class ImageColumn < Base # Creates an area 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 = "image column" end end end
Version data entries
14 entries across 14 versions & 2 rubygems