The color configuration for individual groups within a waterfall visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"NegativeBarColor" : String
,
"PositiveBarColor" : String
,
"TotalBarColor" : String
}
YAML
NegativeBarColor: String
PositiveBarColor: String
TotalBarColor: String
Properties
NegativeBarColor
-
Defines the color for the negative bars of a waterfall chart.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
PositiveBarColor
-
Defines the color for the positive bars of a waterfall chart.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
TotalBarColor
-
Defines the color for the total bars of a waterfall chart.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption