Class: Highcharts::Point

Inherits:
Base
  • Object
show all
Defined in:
lib/highcharts/point.rb,
lib/highcharts/point/events.rb

Defined Under Namespace

Classes: Events

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 = {}) ⇒ Point

Returns a new instance of Point.



4
5
6
7
8
9
10
# File 'lib/highcharts/point.rb', line 4

def initialize(opts = {})
  @suboptions = {
    :events => 'Point::Events',
    :marker => 'Base'
  }
  super
end