Sha256: 6650f20943d7be1d07a74604723b4f29ca75df0f82c828c6961d47c7486ee69c
Contents?: true
Size: 570 Bytes
Versions: 14
Compression:
Stored size: 570 Bytes
Contents
# ----------------------------------------------------------------------------- # Generates necessary xml for an custom chart # # Author: Fernand # ----------------------------------------------------------------------------- require 'ziya/charts/base' module Ziya::Charts class Custom < 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 = "" end end end
Version data entries
14 entries across 14 versions & 2 rubygems