The configuration of a tree map.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"ColorLabelOptions" : ChartAxisLabelOptions
,
"ColorScale" : ColorScale
,
"DataLabels" : DataLabelOptions
,
"FieldWells" : TreeMapFieldWells
,
"GroupLabelOptions" : ChartAxisLabelOptions
,
"Interactions" : VisualInteractionOptions
,
"Legend" : LegendOptions
,
"SizeLabelOptions" : ChartAxisLabelOptions
,
"SortConfiguration" : TreeMapSortConfiguration
,
"Tooltip" : TooltipOptions
}
YAML
ColorLabelOptions:
ChartAxisLabelOptions
ColorScale:
ColorScale
DataLabels:
DataLabelOptions
FieldWells:
TreeMapFieldWells
GroupLabelOptions:
ChartAxisLabelOptions
Interactions:
VisualInteractionOptions
Legend:
LegendOptions
SizeLabelOptions:
ChartAxisLabelOptions
SortConfiguration:
TreeMapSortConfiguration
Tooltip:
TooltipOptions
Properties
ColorLabelOptions
-
The label options (label text, label visibility) for the colors displayed in a tree map.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
ColorScale
-
The color options (gradient color, point of divergence) of a tree map.
Required: No
Type: ColorScale
Update requires: No interruption
DataLabels
-
The options that determine if visual data labels are displayed.
Required: No
Type: DataLabelOptions
Update requires: No interruption
FieldWells
-
The field wells of the visual.
Required: No
Type: TreeMapFieldWells
Update requires: No interruption
GroupLabelOptions
-
The label options (label text, label visibility) of the groups that are displayed in a tree map.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
Interactions
-
The general visual interactions setup for a visual.
Required: No
Type: VisualInteractionOptions
Update requires: No interruption
Legend
-
The legend display setup of the visual.
Required: No
Type: LegendOptions
Update requires: No interruption
SizeLabelOptions
-
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
SortConfiguration
-
The sort configuration of a tree map.
Required: No
Type: TreeMapSortConfiguration
Update requires: No interruption
Tooltip
-
The tooltip display setup of the visual.
Required: No
Type: TooltipOptions
Update requires: No interruption