Sha256: b3513324633599e890c3d3b051c001f75ba20580b3a085ac7942905fc3e16b81

Contents?: true

Size: 589 Bytes

Versions: 22

Compression:

Stored size: 589 Bytes

Contents

# -----------------------------------------------------------------------------
# Generates necessary xml for mixed chart 
#
# Author: Fernand
# -----------------------------------------------------------------------------
module Ziya::Charts
  class Mixed < Base
    # Creates a mixed chart ie comosed of different chart types ie line + column
    # <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 = nil      
    end
  end
end

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
ziya-2.0.6 lib/ziya/charts/mixed.rb
ziya-2.0.5 lib/ziya/charts/mixed.rb