Class: Highcharts::PlotOptions::PlotType::Marker::States

Inherits:
Base
  • Object
show all
Defined in:
lib/highcharts/plot_options/plot_type/marker/states.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 = {}) ⇒ States

Returns a new instance of States.



7
8
9
10
11
12
13
# File 'lib/highcharts/plot_options/plot_type/marker/states.rb', line 7

def initialize(opts = {})
  @suboptions = {
    :hover => 'Base',
    :select => 'Base'
  }
  super
end