interface TreeMapConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.TreeMapConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TreeMapConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.TreeMapConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.TreeMapConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » TreeMapConfigurationProperty |
The configuration of a tree map.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| color | IResolvable | Chart | The label options (label text, label visibility) for the colors displayed in a tree map. |
| color | IResolvable | Color | The color options (gradient color, point of divergence) of a tree map. |
| data | IResolvable | Data | The options that determine if visual data labels are displayed. |
| field | IResolvable | Tree | The field wells of the visual. |
| group | IResolvable | Chart | The label options (label text, label visibility) of the groups that are displayed in a tree map. |
| interactions? | IResolvable | Visual | The general visual interactions setup for a visual. |
| legend? | IResolvable | Legend | The legend display setup of the visual. |
| size | IResolvable | Chart | The label options (label text, label visibility) of the sizes that are displayed in a tree map. |
| sort | IResolvable | Tree | The sort configuration of a tree map. |
| tooltip? | IResolvable | Tooltip | The tooltip display setup of the visual. |
colorLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options (label text, label visibility) for the colors displayed in a tree map.
colorScale?
Type:
IResolvable | Color
(optional)
The color options (gradient color, point of divergence) of a tree map.
dataLabels?
Type:
IResolvable | Data
(optional)
The options that determine if visual data labels are displayed.
fieldWells?
Type:
IResolvable | Tree
(optional)
The field wells of the visual.
groupLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options (label text, label visibility) of the groups that are displayed in a tree map.
interactions?
Type:
IResolvable | Visual
(optional)
The general visual interactions setup for a visual.
legend?
Type:
IResolvable | Legend
(optional)
The legend display setup of the visual.
sizeLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
sortConfiguration?
Type:
IResolvable | Tree
(optional)
The sort configuration of a tree map.
tooltip?
Type:
IResolvable | Tooltip
(optional)
The tooltip display setup of the visual.

.NET
Go
Java
Python
TypeScript