Sha256: dd504b0331f1c24cf68c3f965d11ad389676faf69f3ef458cead281bc17f4165
Contents?: true
Size: 570 Bytes
Versions: 21
Compression:
Stored size: 570 Bytes
Contents
# ----------------------------------------------------------------------------- # Generates necessary xml for donut chart # # Author: Fernand # ----------------------------------------------------------------------------- require 'ziya/charts/base' module Ziya::Charts class Donut < Base # Creates a donut 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 = "donut" end end end
Version data entries
21 entries across 21 versions & 2 rubygems