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

Inherits:
Base
  • Object
show all
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

Methods inherited from Base

#check_quotation, #inspect, #to_json

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