This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Analysis SmallMultiplesOptions
Options that determine the layout and display options of a chart's small multiples.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "MaxVisibleColumns" :Number, "MaxVisibleRows" :Number, "PanelConfiguration" :PanelConfiguration, "XAxis" :SmallMultiplesAxisProperties, "YAxis" :SmallMultiplesAxisProperties}
YAML
MaxVisibleColumns:NumberMaxVisibleRows:NumberPanelConfiguration:PanelConfigurationXAxis:SmallMultiplesAxisPropertiesYAxis:SmallMultiplesAxisProperties
Properties
MaxVisibleColumns-
Sets the maximum number of visible columns to display in the grid of small multiples panels.
The default is
Auto, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.Required: No
Type: Number
Minimum:
1Maximum:
10Update requires: No interruption
MaxVisibleRows-
Sets the maximum number of visible rows to display in the grid of small multiples panels.
The default value is
Auto, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.Required: No
Type: Number
Minimum:
1Maximum:
10Update requires: No interruption
PanelConfiguration-
Configures the display options for each small multiples panel.
Required: No
Type: PanelConfiguration
Update requires: No interruption
XAxis-
The properties of a small multiples X axis.
Required: No
Type: SmallMultiplesAxisProperties
Update requires: No interruption
YAxis-
The properties of a small multiples Y axis.
Required: No
Type: SmallMultiplesAxisProperties
Update requires: No interruption