interface DonutCenterOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.DonutCenterOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.DonutCenterOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.DonutCenterOptionsProperty |
TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const donutCenterOptionsProperty: quicksight.CfnDashboard.DonutCenterOptionsProperty = {
labelVisibility: 'labelVisibility',
};
Properties
Name | Type | Description |
---|---|---|
label | string | Determines 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'
.