Class: Aws::QuickSight::Types::HeatMapConfiguration

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

Overview

The configuration of a heat map.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#color_scaleTypes::ColorScale

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

Returns:



16597
16598
16599
16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16597

class HeatMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :row_label_options,
  :column_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#column_label_optionsTypes::ChartAxisLabelOptions

The label options of the column that is displayed in a heat map.



16597
16598
16599
16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16597

class HeatMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :row_label_options,
  :column_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.



16597
16598
16599
16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16597

class HeatMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :row_label_options,
  :column_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#field_wellsTypes::HeatMapFieldWells

The field wells of the visual.



16597
16598
16599
16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16597

class HeatMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :row_label_options,
  :column_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#interactionsTypes::VisualInteractionOptions

The general visual interactions setup for a visual.



16597
16598
16599
16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16597

class HeatMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :row_label_options,
  :column_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#legendTypes::LegendOptions

The legend display setup of the visual.



16597
16598
16599
16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16597

class HeatMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :row_label_options,
  :column_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#row_label_optionsTypes::ChartAxisLabelOptions

The label options of the row that is displayed in a heat map.



16597
16598
16599
16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16597

class HeatMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :row_label_options,
  :column_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#sort_configurationTypes::HeatMapSortConfiguration

The sort configuration of a heat map.



16597
16598
16599
16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16597

class HeatMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :row_label_options,
  :column_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#tooltipTypes::TooltipOptions

The tooltip display setup of the visual.



16597
16598
16599
16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16597

class HeatMapConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :row_label_options,
  :column_label_options,
  :color_scale,
  :legend,
  :data_labels,
  :tooltip,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end