Class: Highcharts::Point::Events
- Defined in:
- lib/highcharts/point/events.rb
Instance Attribute Summary
Attributes inherited from Base
#default, #options, #skip_quotation, #suboptions
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Events
constructor
A new instance of Events.
Methods inherited from Base
Constructor Details
#initialize(opts = {}) ⇒ Events
Returns a new instance of Events.
5 6 7 8 |
# File 'lib/highcharts/point/events.rb', line 5 def initialize(opts = {}) @skip_quotation = [:click, :mouseOver, :mouseOut, :remove, :select, :unselect, :update] super end |