AWS::QuickSight::Template FunnelChartDataLabelOptions
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, "LabelColor" :String, "LabelFontConfiguration" :FontConfiguration, "MeasureDataLabelStyle" :String, "MeasureLabelVisibility" :String, "Position" :String, "Visibility" :String}
YAML
CategoryLabelVisibility:StringLabelColor:StringLabelFontConfiguration:FontConfigurationMeasureDataLabelStyle:StringMeasureLabelVisibility:StringPosition:StringVisibility:String
Properties
CategoryLabelVisibility-
The visibility of the category labels within the data labels.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption
LabelColor-
The color of the data label text.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$Update requires: No interruption
LabelFontConfiguration-
The font configuration for the data labels.
Only the
FontSizeattribute of the font configuration is used for data labels.Required: No
Type: FontConfiguration
Update requires: No interruption
MeasureDataLabelStyle-
Determines the style of the metric labels.
Required: No
Type: String
Allowed values:
PERCENTAGE_BY_FIRST_STAGE | PERCENTAGE_BY_PREVIOUS_STAGE | VALUE_AND_PERCENTAGE_BY_FIRST_STAGE | VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE | VALUE_ONLYUpdate requires: No interruption
MeasureLabelVisibility-
The visibility of the measure labels within the data labels.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption
Position-
Determines the positioning of the data label relative to a section of the funnel.
Required: No
Type: String
Allowed values:
BOTTOM | INSIDE | LEFT | OUTSIDE | RIGHT | TOPUpdate requires: No interruption
Visibility-
The visibility option that determines if data labels are displayed.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption