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