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