aws-cdk-lib.aws_quicksight.CfnDashboard.DonutCenterOptionsProperty

interface DonutCenterOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.DonutCenterOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_DonutCenterOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.DonutCenterOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.DonutCenterOptionsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » DonutCenterOptionsProperty

The label options of the label that is displayed in the center of a donut chart.

This option isn't available for pie charts.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const donutCenterOptionsProperty: quicksight.CfnDashboard.DonutCenterOptionsProperty = {
  labelVisibility: 'labelVisibility',
};

Properties

NameTypeDescription
labelVisibility?stringDetermines the visibility of the label in a donut chart.

labelVisibility?

Type: string (optional)

Determines the visibility of the label in a donut chart.

In the Amazon QuickSight console, this option is called 'Show total' .