Class: Highcharts::Point::Events

Inherits:
Base
  • Object
show all
Defined in:
lib/highcharts/point/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.



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