Class: Trackplot::Components::Drilldown
- Defined in:
- lib/trackplot/components/drilldown.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Trackplot::Components::Base
Instance Method Details
#to_config ⇒ Object
4 5 6 7 8 9 |
# File 'lib/trackplot/components/drilldown.rb', line 4 def to_config { type: "drilldown", key: [:key].to_s } end |