Sha256: aac4e25df8c5e596c91d732c654901cdd405b1cbefaabbc25537c4c40ad9415f

Contents?: true

Size: 718 Bytes

Versions: 4

Compression:

Stored size: 718 Bytes

Contents

class Highcharts
  class PlotOptions < Base

    def initialize(opts = {})
      @suboptions = {
        :area => 'PlotOptions::PlotType',
        :arearange => 'PlotOptions::PlotType',
        :areaspline => 'PlotOptions::PlotType',
        :areasplinerange => 'PlotOptions::PlotType',
        :bar => 'PlotOptions::PlotType',
        :column => 'PlotOptions::PlotType',
        :columnrange => 'PlotOptions::PlotType',
        :gauge => 'PlotOptions::PlotType',
        :line => 'PlotOptions::PlotType',
        :pie => 'PlotOptions::PlotType',
        :series => 'PlotOptions::PlotType',
        :scatter => 'PlotOptions::PlotType',
        :spline => 'PlotOptions::PlotType'
      }
      super
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
highcharts-js-rails-0.2.1 lib/highcharts/plot_options.rb
highcharts-js-rails-0.2.0 lib/highcharts/plot_options.rb
highcharts-js-rails-0.1.11 lib/highcharts/plot_options.rb
highcharts-js-rails-0.1.10 lib/highcharts/plot_options.rb