Class: Aws::QuickSight::Types::FunnelChartConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FunnelChartConfiguration
- Includes:
- Structure
- Defined in:
- 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`.
16808 16809 16810 16811 16812 16813 16814 16815 16816 16817 16818 16819 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16808 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.
16808 16809 16810 16811 16812 16813 16814 16815 16816 16817 16818 16819 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16808 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`.
16808 16809 16810 16811 16812 16813 16814 16815 16816 16817 16818 16819 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16808 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.
16808 16809 16810 16811 16812 16813 16814 16815 16816 16817 16818 16819 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16808 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`.
16808 16809 16810 16811 16812 16813 16814 16815 16816 16817 16818 16819 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16808 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`.
16808 16809 16810 16811 16812 16813 16814 16815 16816 16817 16818 16819 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16808 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`.
16808 16809 16810 16811 16812 16813 16814 16815 16816 16817 16818 16819 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16808 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`.
16808 16809 16810 16811 16812 16813 16814 16815 16816 16817 16818 16819 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16808 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 |