Class: Aws::QuickSight::Types::FunnelChartConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FunnelChartConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a FunnelChartVisual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category_label_options ⇒ Types::ChartAxisLabelOptions
The label options of the categories that are displayed in a
FunnelChartVisual. -
#data_label_options ⇒ Types::FunnelChartDataLabelOptions
The options that determine the presentation of the data labels.
-
#field_wells ⇒ Types::FunnelChartFieldWells
The field well configuration of a
FunnelChartVisual. -
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
-
#sort_configuration ⇒ Types::FunnelChartSortConfiguration
The sort configuration of a
FunnelChartVisual. -
#tooltip ⇒ Types::TooltipOptions
The tooltip configuration of a
FunnelChartVisual. -
#value_label_options ⇒ Types::ChartAxisLabelOptions
The label options for the values that are displayed in a
FunnelChartVisual. -
#visual_palette ⇒ Types::VisualPalette
The visual palette configuration of a
FunnelChartVisual.
Instance Attribute Details
#category_label_options ⇒ Types::ChartAxisLabelOptions
The label options of the categories that are displayed in a
FunnelChartVisual.
20601 20602 20603 20604 20605 20606 20607 20608 20609 20610 20611 20612 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20601 class FunnelChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :value_label_options, :tooltip, :data_label_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#data_label_options ⇒ Types::FunnelChartDataLabelOptions
The options that determine the presentation of the data labels.
20601 20602 20603 20604 20605 20606 20607 20608 20609 20610 20611 20612 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20601 class FunnelChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :value_label_options, :tooltip, :data_label_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#field_wells ⇒ Types::FunnelChartFieldWells
The field well configuration of a FunnelChartVisual.
20601 20602 20603 20604 20605 20606 20607 20608 20609 20610 20611 20612 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20601 class FunnelChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :value_label_options, :tooltip, :data_label_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
20601 20602 20603 20604 20605 20606 20607 20608 20609 20610 20611 20612 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20601 class FunnelChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :value_label_options, :tooltip, :data_label_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::FunnelChartSortConfiguration
The sort configuration of a FunnelChartVisual.
20601 20602 20603 20604 20605 20606 20607 20608 20609 20610 20611 20612 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20601 class FunnelChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :value_label_options, :tooltip, :data_label_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#tooltip ⇒ Types::TooltipOptions
The tooltip configuration of a FunnelChartVisual.
20601 20602 20603 20604 20605 20606 20607 20608 20609 20610 20611 20612 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20601 class FunnelChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :value_label_options, :tooltip, :data_label_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#value_label_options ⇒ Types::ChartAxisLabelOptions
The label options for the values that are displayed in a
FunnelChartVisual.
20601 20602 20603 20604 20605 20606 20607 20608 20609 20610 20611 20612 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20601 class FunnelChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :value_label_options, :tooltip, :data_label_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#visual_palette ⇒ Types::VisualPalette
The visual palette configuration of a FunnelChartVisual.
20601 20602 20603 20604 20605 20606 20607 20608 20609 20610 20611 20612 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20601 class FunnelChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :value_label_options, :tooltip, :data_label_options, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |