Sha256: 2e56f889cd23c24c4a8288a776e33d8e6653d5f099c59ccd3316ad84ea2656bc

Contents?: true

Size: 282 Bytes

Versions: 15

Compression:

Stored size: 282 Bytes

Contents

class Highcharts
  class PlotOptions
    class PlotType
      class Events < Base

        def initialize(opts = {})
          @skip_quotation = [:click, :checkboxClick, :hide, :legendItemClick, :mouseOver, :mouseOut, :show]
          super
        end

      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
highcharts-js-rails-1.0.0 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.2.1 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.2.0 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.1.11 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.1.10 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.1.9 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.1.8 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.1.7 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.1.6 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.1.5 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.1.4 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.1.3 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.1.2 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.1.1 lib/highcharts/plot_options/plot_type/events.rb
highcharts-js-rails-0.1.0 lib/highcharts/plot_options/plot_type/events.rb