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