AWS::QuickSight::Template DataLabelOptions
The options that determine the presentation of the data labels.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CategoryLabelVisibility" :String, "DataLabelTypes" :[ DataLabelType, ... ], "LabelColor" :String, "LabelContent" :String, "LabelFontConfiguration" :FontConfiguration, "MeasureLabelVisibility" :String, "Overlap" :String, "Position" :String, "Visibility" :String}
YAML
CategoryLabelVisibility:StringDataLabelTypes:- DataLabelTypeLabelColor:StringLabelContent:StringLabelFontConfiguration:FontConfigurationMeasureLabelVisibility:StringOverlap:StringPosition:StringVisibility:String
Properties
CategoryLabelVisibility-
Determines the visibility of the category field labels.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption
DataLabelTypes-
The option that determines the data label type.
Required: No
Type: List of DataLabelType
Maximum:
100Update requires: No interruption
LabelColor-
Determines the color of the data labels.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$Update requires: No interruption
LabelContent-
Determines the content of the data labels.
Required: No
Type: String
Allowed values:
PERCENT | VALUE | VALUE_AND_PERCENTUpdate requires: No interruption
LabelFontConfiguration-
Determines the font configuration of the data labels.
Required: No
Type: FontConfiguration
Update requires: No interruption
MeasureLabelVisibility-
Determines the visibility of the measure field labels.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption
Overlap-
Determines whether overlap is enabled or disabled for the data labels.
Required: No
Type: String
Allowed values:
DISABLE_OVERLAP | ENABLE_OVERLAPUpdate requires: No interruption
Position-
Determines the position of the data labels.
Required: No
Type: String
Allowed values:
BOTTOM | INSIDE | LEFT | OUTSIDE | RIGHT | TOPUpdate requires: No interruption
Visibility-
Determines the visibility of the data labels.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption