AWS::QuickSight::Dashboard SmallMultiplesOptions - AWS CloudFormation

AWS::QuickSight::Dashboard SmallMultiplesOptions

Options that determine the layout and display options of a chart's small multiples.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

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: 1

Maximum: 10

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: Number

Minimum: 1

Maximum: 10

Update 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