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

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

Defined Under Namespace

Classes: Hover

Instance Attribute Summary

Attributes inherited from Base

#default, #options, #skip_quotation, #suboptions

Instance Method Summary collapse

Methods inherited from Base

#inspect, #to_json

Constructor Details

#initialize(opts = {}) ⇒ States

Returns a new instance of States.



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

def initialize(opts = {})
  @suboptions = {
    hover: 'PlotOptions::PlotType::States::Hover'
  }
  super
end