aws-cdk-lib.aws_quicksight.CfnDashboard.PieChartConfigurationProperty

interface PieChartConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.PieChartConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_PieChartConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.PieChartConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.PieChartConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » 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

NameTypeDescription
categoryLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options of the group/color that is displayed in a pie chart.
contributionAnalysisDefaults?IResolvable | IResolvable | ContributionAnalysisDefaultProperty[]The contribution analysis (anomaly configuration) setup of the visual.
dataLabels?IResolvable | DataLabelOptionsPropertyThe options that determine if visual data labels are displayed.
donutOptions?IResolvable | DonutOptionsPropertyThe options that determine the shape of the chart.
fieldWells?IResolvable | PieChartFieldWellsPropertyThe field wells of the visual.
legend?IResolvable | LegendOptionsPropertyThe legend display setup of the visual.
smallMultiplesOptions?IResolvable | SmallMultiplesOptionsPropertyThe small multiples setup for the visual.
sortConfiguration?IResolvable | PieChartSortConfigurationPropertyThe sort configuration of a pie chart.
tooltip?IResolvable | TooltipOptionsPropertyThe tooltip display setup of the visual.
valueLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options for the value that is displayed in a pie chart.
visualPalette?IResolvable | VisualPalettePropertyThe palette (chart color) display setup of the visual.

categoryLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options of the group/color that is displayed in a pie chart.


contributionAnalysisDefaults?

Type: IResolvable | IResolvable | ContributionAnalysisDefaultProperty[] (optional)

The contribution analysis (anomaly configuration) setup of the visual.


dataLabels?

Type: IResolvable | DataLabelOptionsProperty (optional)

The options that determine if visual data labels are displayed.


donutOptions?

Type: IResolvable | DonutOptionsProperty (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 | PieChartFieldWellsProperty (optional)

The field wells of the visual.


legend?

Type: IResolvable | LegendOptionsProperty (optional)

The legend display setup of the visual.


smallMultiplesOptions?

Type: IResolvable | SmallMultiplesOptionsProperty (optional)

The small multiples setup for the visual.


sortConfiguration?

Type: IResolvable | PieChartSortConfigurationProperty (optional)

The sort configuration of a pie chart.


tooltip?

Type: IResolvable | TooltipOptionsProperty (optional)

The tooltip display setup of the visual.


valueLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options for the value that is displayed in a pie chart.


visualPalette?

Type: IResolvable | VisualPaletteProperty (optional)

The palette (chart color) display setup of the visual.