Class: Highcharts::Labels
Instance Attribute Summary
Attributes inherited from Base
#default, #options, #skip_quotation, #suboptions
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Labels
constructor
A new instance of Labels.
Methods inherited from Base
Constructor Details
#initialize(opts = {}) ⇒ Labels
Returns a new instance of Labels.
4 5 6 7 8 |
# File 'lib/highcharts/labels.rb', line 4 def initialize(opts = {}) @default = :enabled @skip_quotation = :formatter super end |