Class: Aws::QuickSight::Types::TreeMapConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The configuration of a tree map.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#color_label_optionsTypes::ChartAxisLabelOptions

The label options (label text, label visibility) for the colors displayed in a tree map.



31476
31477
31478
31479
31480
31481
31482
31483
31484
31485
31486
31487
31488
31489
# File 'lib/aws-sdk-quicksight/types.rb', line 31476

class TreeMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :group_label_options,
  :size_label_options,
  :color_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#color_scaleTypes::ColorScale

The color options (gradient color, point of divergence) of a tree map.

Returns:



31476
31477
31478
31479
31480
31481
31482
31483
31484
31485
31486
31487
31488
31489
# File 'lib/aws-sdk-quicksight/types.rb', line 31476

class TreeMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :group_label_options,
  :size_label_options,
  :color_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#data_labelsTypes::DataLabelOptions

The options that determine if visual data labels are displayed.



31476
31477
31478
31479
31480
31481
31482
31483
31484
31485
31486
31487
31488
31489
# File 'lib/aws-sdk-quicksight/types.rb', line 31476

class TreeMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :group_label_options,
  :size_label_options,
  :color_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#field_wellsTypes::TreeMapFieldWells

The field wells of the visual.



31476
31477
31478
31479
31480
31481
31482
31483
31484
31485
31486
31487
31488
31489
# File 'lib/aws-sdk-quicksight/types.rb', line 31476

class TreeMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :group_label_options,
  :size_label_options,
  :color_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#group_label_optionsTypes::ChartAxisLabelOptions

The label options (label text, label visibility) of the groups that are displayed in a tree map.



31476
31477
31478
31479
31480
31481
31482
31483
31484
31485
31486
31487
31488
31489
# File 'lib/aws-sdk-quicksight/types.rb', line 31476

class TreeMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :group_label_options,
  :size_label_options,
  :color_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#interactionsTypes::VisualInteractionOptions

The general visual interactions setup for a visual.



31476
31477
31478
31479
31480
31481
31482
31483
31484
31485
31486
31487
31488
31489
# File 'lib/aws-sdk-quicksight/types.rb', line 31476

class TreeMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :group_label_options,
  :size_label_options,
  :color_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#legendTypes::LegendOptions

The legend display setup of the visual.



31476
31477
31478
31479
31480
31481
31482
31483
31484
31485
31486
31487
31488
31489
# File 'lib/aws-sdk-quicksight/types.rb', line 31476

class TreeMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :group_label_options,
  :size_label_options,
  :color_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#size_label_optionsTypes::ChartAxisLabelOptions

The label options (label text, label visibility) of the sizes that are displayed in a tree map.



31476
31477
31478
31479
31480
31481
31482
31483
31484
31485
31486
31487
31488
31489
# File 'lib/aws-sdk-quicksight/types.rb', line 31476

class TreeMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :group_label_options,
  :size_label_options,
  :color_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#sort_configurationTypes::TreeMapSortConfiguration

The sort configuration of a tree map.



31476
31477
31478
31479
31480
31481
31482
31483
31484
31485
31486
31487
31488
31489
# File 'lib/aws-sdk-quicksight/types.rb', line 31476

class TreeMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :group_label_options,
  :size_label_options,
  :color_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#tooltipTypes::TooltipOptions

The tooltip display setup of the visual.



31476
31477
31478
31479
31480
31481
31482
31483
31484
31485
31486
31487
31488
31489
# File 'lib/aws-sdk-quicksight/types.rb', line 31476

class TreeMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :group_label_options,
  :size_label_options,
  :color_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end