This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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, "Interactions" :VisualInteractionOptions, "Legend" :LegendOptions, "SmallMultiplesOptions" :SmallMultiplesOptions, "SortConfiguration" :PieChartSortConfiguration, "Tooltip" :TooltipOptions, "ValueLabelOptions" :ChartAxisLabelOptions, "VisualPalette" :VisualPalette}
YAML
CategoryLabelOptions:ChartAxisLabelOptionsContributionAnalysisDefaults:- ContributionAnalysisDefaultDataLabels:DataLabelOptionsDonutOptions:DonutOptionsFieldWells:PieChartFieldWellsInteractions:VisualInteractionOptionsLegend:LegendOptionsSmallMultiplesOptions:SmallMultiplesOptionsSortConfiguration:PieChartSortConfigurationTooltip:TooltipOptionsValueLabelOptions:ChartAxisLabelOptionsVisualPalette: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:
1Maximum:
200Update 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
Interactions-
The general visual interactions setup for a visual.
Required: No
Type: VisualInteractionOptions
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