aws-cdk-lib.aws_quicksight.CfnTemplate.DonutCenterOptionsProperty

interface DonutCenterOptionsProperty

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