Sha256: f601e29faa68b9eb89b50f4db1cc553033f09875cd4944abcd00bbf41dc0e12f

Contents?: true

Size: 453 Bytes

Versions: 4

Compression:

Stored size: 453 Bytes

Contents

class Highcharts
  class PlotOptions
    class PlotType < Base

      def initialize(opts = {})
        @suboptions = {
          :dataLabels => 'Labels',
          :dial => 'Base',
          :events => 'PlotOptions::PlotType::Events',
          :marker => 'PlotOptions::PlotType::Marker',
          :pivot => 'Base',
          :point => 'Point',
          :states => 'PlotOptions::PlotType::States'
        }
        super
      end

    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/plot_type.rb
highcharts-js-rails-0.2.0 lib/highcharts/plot_options/plot_type.rb
highcharts-js-rails-0.1.11 lib/highcharts/plot_options/plot_type.rb
highcharts-js-rails-0.1.10 lib/highcharts/plot_options/plot_type.rb