The theme colors that are used for data colors in charts. The colors description is a
hexadecimal color code that consists of six alphanumerical characters, prefixed with
#
, for example #37BFF5.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Colors" : [ String, ... ]
,
"EmptyFillColor" : String
,
"MinMaxGradient" : [ String, ... ]
}
YAML
Colors:
- String
EmptyFillColor: String
MinMaxGradient:
- String
Properties
Colors
-
The hexadecimal codes for the colors.
Required: No
Type: Array of String
Minimum:
0
Maximum:
100
Update requires: No interruption
EmptyFillColor
-
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
MinMaxGradient
-
The minimum and maximum hexadecimal codes that describe a color gradient.
Required: No
Type: Array of String
Minimum:
0
Maximum:
100
Update requires: No interruption