Class: Highcharts::Axis::PlotBands
- Defined in:
- lib/highcharts/axis/plot_bands.rb
Instance Attribute Summary
Attributes inherited from Base
#default, #options, #skip_quotation, #suboptions
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ PlotBands
constructor
A new instance of PlotBands.
Methods inherited from Base
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 |