aws-cdk-lib.aws_quicksight.CfnDashboard.TreeMapConfigurationProperty

interface TreeMapConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.TreeMapConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TreeMapConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.TreeMapConfigurationProperty
Pythonaws_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

NameTypeDescription
colorLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options (label text, label visibility) for the colors displayed in a tree map.
colorScale?IResolvable | ColorScalePropertyThe color options (gradient color, point of divergence) of a tree map.
dataLabels?IResolvable | DataLabelOptionsPropertyThe options that determine if visual data labels are displayed.
fieldWells?IResolvable | TreeMapFieldWellsPropertyThe field wells of the visual.
groupLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options (label text, label visibility) of the groups that are displayed in a tree map.
legend?IResolvable | LegendOptionsPropertyThe legend display setup of the visual.
sizeLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options (label text, label visibility) of the sizes that are displayed in a tree map.
sortConfiguration?IResolvable | TreeMapSortConfigurationPropertyThe sort configuration of a tree map.
tooltip?IResolvable | TooltipOptionsPropertyThe tooltip display setup of the visual.

colorLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options (label text, label visibility) for the colors displayed in a tree map.


colorScale?

Type: IResolvable | ColorScaleProperty (optional)

The color options (gradient color, point of divergence) of a tree map.


dataLabels?

Type: IResolvable | DataLabelOptionsProperty (optional)

The options that determine if visual data labels are displayed.


fieldWells?

Type: IResolvable | TreeMapFieldWellsProperty (optional)

The field wells of the visual.


groupLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options (label text, label visibility) of the groups that are displayed in a tree map.


legend?

Type: IResolvable | LegendOptionsProperty (optional)

The legend display setup of the visual.


sizeLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options (label text, label visibility) of the sizes that are displayed in a tree map.


sortConfiguration?

Type: IResolvable | TreeMapSortConfigurationProperty (optional)

The sort configuration of a tree map.


tooltip?

Type: IResolvable | TooltipOptionsProperty (optional)

The tooltip display setup of the visual.