interface PieChartConfigurationProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.PieChartConfigurationProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_PieChartConfigurationProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.PieChartConfigurationProperty | 
  Python | aws_cdk.aws_quicksight.CfnTemplate.PieChartConfigurationProperty | 
  TypeScript  | aws-cdk-lib » aws_quicksight » CfnTemplate » PieChartConfigurationProperty | 
The configuration of a pie chart.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| category | IResolvable | Chart | The label options of the group/color that is displayed in a pie chart. | 
| contribution | IResolvable | (IResolvable | Contribution)[] | The contribution analysis (anomaly configuration) setup of the visual. | 
| data | IResolvable | Data | The options that determine if visual data labels are displayed. | 
| donut | IResolvable | Donut | The options that determine the shape of the chart. | 
| field | IResolvable | Pie | The field wells of the visual. | 
| interactions? | IResolvable | Visual | The general visual interactions setup for a visual. | 
| legend? | IResolvable | Legend | The legend display setup of the visual. | 
| small | IResolvable | Small | The small multiples setup for the visual. | 
| sort | IResolvable | Pie | The sort configuration of a pie chart. | 
| tooltip? | IResolvable | Tooltip | The tooltip display setup of the visual. | 
| value | IResolvable | Chart | The label options for the value that is displayed in a pie chart. | 
| visual | IResolvable | Visual | The palette (chart color) display setup of the visual. | 
categoryLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options of the group/color that is displayed in a pie chart.
contributionAnalysisDefaults?
Type:
IResolvable | (IResolvable | Contribution)[]
(optional)
The contribution analysis (anomaly configuration) setup of the visual.
dataLabels?
Type:
IResolvable | Data
(optional)
The options that determine if visual data labels are displayed.
donutOptions?
Type:
IResolvable | Donut
(optional)
The options that determine the shape of the chart.
This option determines whether the chart is a pie chart or a donut chart.
fieldWells?
Type:
IResolvable | Pie
(optional)
The field wells of the visual.
interactions?
Type:
IResolvable | Visual
(optional)
The general visual interactions setup for a visual.
legend?
Type:
IResolvable | Legend
(optional)
The legend display setup of the visual.
smallMultiplesOptions?
Type:
IResolvable | Small
(optional)
The small multiples setup for the visual.
sortConfiguration?
Type:
IResolvable | Pie
(optional)
The sort configuration of a pie chart.
tooltip?
Type:
IResolvable | Tooltip
(optional)
The tooltip display setup of the visual.
valueLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options for the value that is displayed in a pie chart.
visualPalette?
Type:
IResolvable | Visual
(optional)
The palette (chart color) display setup of the visual.

 .NET
 Go
 Java
 Python
 TypeScript