AWS::QuickSight::Template DonutOptions
The options for configuring a donut chart or pie chart.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ArcOptions" :
ArcOptions
, "DonutCenterOptions" :DonutCenterOptions
}
Properties
ArcOptions
-
The option for define the arc of the chart shape. Valid values are as follows:
-
WHOLE
- A pie chart -
SMALL
- A small-sized donut chart -
MEDIUM
- A medium-sized donut chart -
LARGE
- A large-sized donut chart
Required: No
Type: ArcOptions
Update requires: No interruption
-
DonutCenterOptions
-
The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
Required: No
Type: DonutCenterOptions
Update requires: No interruption