interface DonutOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.DonutOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_DonutOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.DonutOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.DonutOptionsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » DonutOptionsProperty |
The options for configuring a donut chart or pie chart.
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 donutOptionsProperty: quicksight.CfnAnalysis.DonutOptionsProperty = {
arcOptions: {
arcThickness: 'arcThickness',
},
donutCenterOptions: {
labelVisibility: 'labelVisibility',
},
};
Properties
Name | Type | Description |
---|---|---|
arc | IResolvable | Arc | The option for define the arc of the chart shape. Valid values are as follows:. |
donut | IResolvable | Donut | The label options of the label that is displayed in the center of a donut chart. |
arcOptions?
Type:
IResolvable
|
Arc
(optional)
The option for define the arc of the chart shape. Valid values are as follows:.
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
donutCenterOptions?
Type:
IResolvable
|
Donut
(optional)
The label options of the label that is displayed in the center of a donut chart.
This option isn't available for pie charts.