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.
32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32936 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.
32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32936 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.
32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32936 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.
32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32936 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.
32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32936 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.
32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32936 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.
32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32936 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.
32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32936 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.
32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32936 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.
32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32936 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 |