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

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

Returns a new instance of Hover.



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

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