Class: Aws::QuickSight::Types::TreeMapConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TreeMapConfiguration
- 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
-
#color_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility) for the colors displayed in a tree map.
-
#color_scale ⇒ Types::ColorScale
The color options (gradient color, point of divergence) of a tree map.
-
#data_labels ⇒ Types::DataLabelOptions
The options that determine if visual data labels are displayed.
-
#field_wells ⇒ Types::TreeMapFieldWells
The field wells of the visual.
-
#group_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility) of the groups that are displayed in a tree map.
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
-
#legend ⇒ Types::LegendOptions
The legend display setup of the visual.
-
#size_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
-
#sort_configuration ⇒ Types::TreeMapSortConfiguration
The sort configuration of a tree map.
-
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
Instance Attribute Details
#color_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility) for the colors displayed in a tree map.
34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34834 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_scale ⇒ Types::ColorScale
The color options (gradient color, point of divergence) of a tree map.
34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34834 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_labels ⇒ Types::DataLabelOptions
The options that determine if visual data labels are displayed.
34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34834 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_wells ⇒ Types::TreeMapFieldWells
The field wells of the visual.
34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34834 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_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility) of the groups that are displayed in a tree map.
34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34834 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 |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34834 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 |
#legend ⇒ Types::LegendOptions
The legend display setup of the visual.
34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34834 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_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34834 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_configuration ⇒ Types::TreeMapSortConfiguration
The sort configuration of a tree map.
34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34834 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 |
#tooltip ⇒ Types::TooltipOptions
The tooltip display setup of the visual.
34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34834 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 |