Class: Highcharts::PlotOptions::PlotType::Events

Inherits:
Base
  • Object
show all
Defined in:
lib/highcharts/plot_options/plot_type/events.rb

Instance Attribute Summary

Attributes inherited from Base

#default, #options, #skip_quotation, #suboptions

Instance Method Summary collapse

Methods inherited from Base

#check_quotation, #inspect, #to_json

Constructor Details

#initialize(opts = {}) ⇒ Events

Returns a new instance of Events.



6
7
8
9
# File 'lib/highcharts/plot_options/plot_type/events.rb', line 6

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