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" :Double, "MaxVisibleRows" :Double, "PanelConfiguration" :PanelConfiguration}
YAML
MaxVisibleColumns:DoubleMaxVisibleRows:DoublePanelConfiguration:PanelConfiguration
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: Double
Update 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: Double
Update requires: No interruption
PanelConfiguration-
Configures the display options for each small multiples panel.
Required: No
Type: PanelConfiguration
Update requires: No interruption