AWS::QuickSight::Template PieChartConfiguration
The configuration of a pie chart.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CategoryLabelOptions" :
ChartAxisLabelOptions
, "ContributionAnalysisDefaults" :[ ContributionAnalysisDefault, ... ]
, "DataLabels" :DataLabelOptions
, "DonutOptions" :DonutOptions
, "FieldWells" :PieChartFieldWells
, "Legend" :LegendOptions
, "SmallMultiplesOptions" :SmallMultiplesOptions
, "SortConfiguration" :PieChartSortConfiguration
, "Tooltip" :TooltipOptions
, "ValueLabelOptions" :ChartAxisLabelOptions
, "VisualPalette" :VisualPalette
}
YAML
CategoryLabelOptions:
ChartAxisLabelOptions
ContributionAnalysisDefaults:- ContributionAnalysisDefault
DataLabels:DataLabelOptions
DonutOptions:DonutOptions
FieldWells:PieChartFieldWells
Legend:LegendOptions
SmallMultiplesOptions:SmallMultiplesOptions
SortConfiguration:PieChartSortConfiguration
Tooltip:TooltipOptions
ValueLabelOptions:ChartAxisLabelOptions
VisualPalette:VisualPalette
Properties
CategoryLabelOptions
-
The label options of the group/color that is displayed in a pie chart.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
ContributionAnalysisDefaults
-
The contribution analysis (anomaly configuration) setup of the visual.
Required: No
Type: Array of ContributionAnalysisDefault
Minimum:
1
Maximum:
200
Update requires: No interruption
DataLabels
-
The options that determine if visual data labels are displayed.
Required: No
Type: DataLabelOptions
Update requires: No interruption
DonutOptions
-
The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.
Required: No
Type: DonutOptions
Update requires: No interruption
FieldWells
-
The field wells of the visual.
Required: No
Type: PieChartFieldWells
Update requires: No interruption
Legend
-
The legend display setup of the visual.
Required: No
Type: LegendOptions
Update requires: No interruption
SmallMultiplesOptions
-
The small multiples setup for the visual.
Required: No
Type: SmallMultiplesOptions
Update requires: No interruption
SortConfiguration
-
The sort configuration of a pie chart.
Required: No
Type: PieChartSortConfiguration
Update requires: No interruption
Tooltip
-
The tooltip display setup of the visual.
Required: No
Type: TooltipOptions
Update requires: No interruption
ValueLabelOptions
-
The label options for the value that is displayed in a pie chart.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
VisualPalette
-
The palette (chart color) display setup of the visual.
Required: No
Type: VisualPalette
Update requires: No interruption