AWS::QuickSight::Template NumericAxisOptions
The options for an axis with a numeric field.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Range" :
AxisDisplayRange
, "Scale" :AxisScale
}
YAML
Range:
AxisDisplayRange
Scale:AxisScale
Properties
Range
-
The range setup of a numeric axis.
Required: No
Type: AxisDisplayRange
Update requires: No interruption
Scale
-
The scale setup of a numeric axis.
Required: No
Type: AxisScale
Update requires: No interruption