Sha256: 0f9829c9aba021695d3fc5de8c48ca217d5d5f6835ab47b7b370debefe499acb

Contents?: true

Size: 239 Bytes

Versions: 17

Compression:

Stored size: 239 Bytes

Contents

module AmCharts
  class Graph
    attr_accessor :value_field, :type
    attr_accessor :chart

    include UsesSettings

    def initialize(value_field, type)
      super
      @value_field = value_field
      @type = type
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
amcharts.rb-3.11.2.17 lib/amcharts/graph.rb
amcharts.rb-3.11.2.16 lib/amcharts/graph.rb
amcharts.rb-3.11.2.14 lib/amcharts/graph.rb
amcharts.rb-3.11.1.14 lib/amcharts/graph.rb
amcharts.rb-3.4.8.0 lib/amcharts/graph.rb
amcharts.rb-3.4.7.5 lib/amcharts/graph.rb
amcharts.rb-3.4.7.4 lib/amcharts/graph.rb
amcharts.rb-3.4.7.3 lib/amcharts/graph.rb
amcharts.rb-3.4.7.2 lib/amcharts/graph.rb
amcharts.rb-3.4.7.1 lib/amcharts/graph.rb
amcharts.rb-3.4.7.0 lib/amcharts/graph.rb
amcharts.rb-3.2.0.2 lib/amcharts/graph.rb
amcharts.rb-3.2.0.1 lib/amcharts/graph.rb
amcharts.rb-3.2.0.0 lib/amcharts/graph.rb
amcharts.rb-3.1.1.3 lib/amcharts/graph.rb
amcharts.rb-3.1.1.1 lib/amcharts/graph.rb
amcharts.rb-3.1.1.0 lib/amcharts/graph.rb