Class: Highcharts::PlotOptions::PlotType::States
- 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
-
#initialize(opts = {}) ⇒ States
constructor
A new instance of States.
Methods inherited from Base
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 |