Class: Highcharts::Axis::PlotBands

Inherits:
Base
  • Object
show all
Defined in:
lib/highcharts/axis/plot_bands.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 = {}) ⇒ PlotBands

Returns a new instance of PlotBands.



5
6
7
8
9
10
# File 'lib/highcharts/axis/plot_bands.rb', line 5

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