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::Dashboard BarChartConfiguration
The configuration of a BarChartVisual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BarsArrangement" :String, "CategoryAxis" :AxisDisplayOptions, "CategoryLabelOptions" :ChartAxisLabelOptions, "ColorLabelOptions" :ChartAxisLabelOptions, "ContributionAnalysisDefaults" :[ ContributionAnalysisDefault, ... ], "DataLabels" :DataLabelOptions, "FieldWells" :BarChartFieldWells, "Interactions" :VisualInteractionOptions, "Legend" :LegendOptions, "Orientation" :String, "ReferenceLines" :[ ReferenceLine, ... ], "SmallMultiplesOptions" :SmallMultiplesOptions, "SortConfiguration" :BarChartSortConfiguration, "Tooltip" :TooltipOptions, "ValueAxis" :AxisDisplayOptions, "ValueLabelOptions" :ChartAxisLabelOptions, "VisualPalette" :VisualPalette}
YAML
BarsArrangement:StringCategoryAxis:AxisDisplayOptionsCategoryLabelOptions:ChartAxisLabelOptionsColorLabelOptions:ChartAxisLabelOptionsContributionAnalysisDefaults:- ContributionAnalysisDefaultDataLabels:DataLabelOptionsFieldWells:BarChartFieldWellsInteractions:VisualInteractionOptionsLegend:LegendOptionsOrientation:StringReferenceLines:- ReferenceLineSmallMultiplesOptions:SmallMultiplesOptionsSortConfiguration:BarChartSortConfigurationTooltip:TooltipOptionsValueAxis:AxisDisplayOptionsValueLabelOptions:ChartAxisLabelOptionsVisualPalette:VisualPalette
Properties
- BarsArrangement
- 
                    Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual. Required: No Type: String Allowed values: CLUSTERED | STACKED | STACKED_PERCENTUpdate requires: No interruption 
- CategoryAxis
- 
                    The label display options (grid line, range, scale, axis step) for bar chart category. Required: No Type: AxisDisplayOptions Update requires: No interruption 
- CategoryLabelOptions
- 
                    The label options (label text, label visibility and sort icon visibility) for a bar chart. Required: No Type: ChartAxisLabelOptions Update requires: No interruption 
- ColorLabelOptions
- 
                    The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart. Required: No Type: ChartAxisLabelOptions Update requires: No interruption 
- ContributionAnalysisDefaults
- 
                    The contribution analysis (anomaly configuration) setup of the visual. Required: No Type: Array of ContributionAnalysisDefault Minimum: 1Maximum: 200Update requires: No interruption 
- DataLabels
- 
                    The options that determine if visual data labels are displayed. Required: No Type: DataLabelOptions Update requires: No interruption 
- FieldWells
- 
                    The field wells of the visual. Required: No Type: BarChartFieldWells Update requires: No interruption 
- Interactions
- 
                    The general visual interactions setup for a visual. Required: No Type: VisualInteractionOptions Update requires: No interruption 
- Legend
- 
                    The legend display setup of the visual. Required: No Type: LegendOptions Update requires: No interruption 
- Orientation
- 
                    The orientation of the bars in a bar chart visual. There are two valid values in this structure: - 
                            HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
- 
                            VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
 Required: No Type: String Allowed values: HORIZONTAL | VERTICALUpdate requires: No interruption 
- 
                            
- ReferenceLines
- 
                    The reference line setup of the visual. Required: No Type: Array of ReferenceLine Minimum: 0Maximum: 20Update requires: No interruption 
- SmallMultiplesOptions
- 
                    The small multiples setup for the visual. Required: No Type: SmallMultiplesOptions Update requires: No interruption 
- SortConfiguration
- 
                    The sort configuration of a BarChartVisual.Required: No Type: BarChartSortConfiguration Update requires: No interruption 
- Tooltip
- 
                    The tooltip display setup of the visual. Required: No Type: TooltipOptions Update requires: No interruption 
- ValueAxis
- 
                    The label display options (grid line, range, scale, axis step) for a bar chart value. Required: No Type: AxisDisplayOptions Update requires: No interruption 
- ValueLabelOptions
- 
                    The label options (label text, label visibility and sort icon visibility) for a bar chart value. Required: No Type: ChartAxisLabelOptions Update requires: No interruption 
- VisualPalette
- 
                    The palette (chart color) display setup of the visual. Required: No Type: VisualPalette Update requires: No interruption