This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Analysis HistogramConfiguration
The configuration for a HistogramVisual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BinOptions" :HistogramBinOptions, "DataLabels" :DataLabelOptions, "FieldWells" :HistogramFieldWells, "Interactions" :VisualInteractionOptions, "Tooltip" :TooltipOptions, "VisualPalette" :VisualPalette, "XAxisDisplayOptions" :AxisDisplayOptions, "XAxisLabelOptions" :ChartAxisLabelOptions, "YAxisDisplayOptions" :AxisDisplayOptions}
YAML
BinOptions:HistogramBinOptionsDataLabels:DataLabelOptionsFieldWells:HistogramFieldWellsInteractions:VisualInteractionOptionsTooltip:TooltipOptionsVisualPalette:VisualPaletteXAxisDisplayOptions:AxisDisplayOptionsXAxisLabelOptions:ChartAxisLabelOptionsYAxisDisplayOptions:AxisDisplayOptions
Properties
- BinOptions
- 
                    The options that determine the presentation of histogram bins. Required: No Type: HistogramBinOptions Update requires: No interruption 
- DataLabels
- 
                    The data label configuration of a histogram. Required: No Type: DataLabelOptions Update requires: No interruption 
- FieldWells
- 
                    The field well configuration of a histogram. Required: No Type: HistogramFieldWells Update requires: No interruption 
- Interactions
- 
                    The general visual interactions setup for a visual. Required: No Type: VisualInteractionOptions Update requires: No interruption 
- Tooltip
- 
                    The tooltip configuration of a histogram. Required: No Type: TooltipOptions Update requires: No interruption 
- VisualPalette
- 
                    The visual palette configuration of a histogram. Required: No Type: VisualPalette Update requires: No interruption 
- XAxisDisplayOptions
- 
                    The options that determine the presentation of the x-axis. Required: No Type: AxisDisplayOptions Update requires: No interruption 
- XAxisLabelOptions
- 
                    The options that determine the presentation of the x-axis label. Required: No Type: ChartAxisLabelOptions Update requires: No interruption 
- YAxisDisplayOptions
- 
                    The options that determine the presentation of the y-axis. Required: No Type: AxisDisplayOptions Update requires: No interruption