Class: Highcharts::PlotOptions::PlotType::Marker
- Defined in:
- lib/highcharts/plot_options/plot_type/marker.rb,
lib/highcharts/plot_options/plot_type/marker/states.rb
Defined Under Namespace
Classes: States
Instance Attribute Summary
Attributes inherited from Base
#default, #options, #skip_quotation, #suboptions
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Marker
constructor
A new instance of Marker.
Methods inherited from Base
Constructor Details
#initialize(opts = {}) ⇒ Marker
Returns a new instance of Marker.
6 7 8 9 10 11 12 |
# File 'lib/highcharts/plot_options/plot_type/marker.rb', line 6 def initialize(opts = {}) @default = :enabled @suboptions = { states: 'PlotOptions::PlotType::Marker::States' } super end |