AWS::QuickSight::Template LineSeriesAxisDisplayOptions
The series axis configuration of a line chart.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AxisOptions" :
AxisDisplayOptions
, "MissingDataConfigurations" :[ MissingDataConfiguration, ... ]
}
Properties
AxisOptions
-
The options that determine the presentation of the line series axis.
Required: No
Type: AxisDisplayOptions
Update requires: No interruption
MissingDataConfigurations
-
The configuration options that determine how missing data is treated during the rendering of a line chart.
Required: No
Type: Array of MissingDataConfiguration
Minimum:
0
Maximum:
100
Update requires: No interruption