AWS::QuickSight::Analysis HistogramConfiguration
The configuration for a HistogramVisual.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BinOptions" :HistogramBinOptions, "DataLabels" :DataLabelOptions, "FieldWells" :HistogramFieldWells, "Tooltip" :TooltipOptions, "VisualPalette" :VisualPalette, "XAxisDisplayOptions" :AxisDisplayOptions, "XAxisLabelOptions" :ChartAxisLabelOptions, "YAxisDisplayOptions" :AxisDisplayOptions}
YAML
BinOptions:HistogramBinOptionsDataLabels:DataLabelOptionsFieldWells:HistogramFieldWellsTooltip: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
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