Class: Trackplot::Components::Treemap

Inherits:
Base
  • Object
show all
Defined in:
lib/trackplot/components/treemap.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#initialize, #type

Constructor Details

This class inherits a constructor from Trackplot::Components::Base

Instance Method Details

#to_configObject



4
5
6
7
8
9
10
11
# File 'lib/trackplot/components/treemap.rb', line 4

def to_config
  {
    type: "treemap",
    value_key: options[:value_key],
    label_key: options[:label_key],
    parent_key: options[:parent_key]
  }.compact
end