Sha256: 7e4fe88e5b39ef555e18d5534573d19442765fdbf7c35e17ac9b72ab5d2bd168

Contents?: true

Size: 398 Bytes

Versions: 10

Compression:

Stored size: 398 Bytes

Contents

class Highcharts
  class PlotOptions
    class PlotType < Base

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

    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
highcharts-js-rails-0.1.9 lib/highcharts/plot_options/plot_type.rb
highcharts-js-rails-0.1.8 lib/highcharts/plot_options/plot_type.rb
highcharts-js-rails-0.1.7 lib/highcharts/plot_options/plot_type.rb
highcharts-js-rails-0.1.6 lib/highcharts/plot_options/plot_type.rb
highcharts-js-rails-0.1.5 lib/highcharts/plot_options/plot_type.rb
highcharts-js-rails-0.1.4 lib/highcharts/plot_options/plot_type.rb
highcharts-js-rails-0.1.3 lib/highcharts/plot_options/plot_type.rb
highcharts-js-rails-0.1.2 lib/highcharts/plot_options/plot_type.rb
highcharts-js-rails-0.1.1 lib/highcharts/plot_options/plot_type.rb
highcharts-js-rails-0.1.0 lib/highcharts/plot_options/plot_type.rb