DataColorPalette
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.
Contents
Note
In the following list, the required parameters are described first.
- Colors
-
The hexadecimal codes for the colors.
Type: Array of strings
Array Members: Maximum number of 100 items.
Pattern:
^#[A-F0-9]{6}$
Required: No
- EmptyFillColor
-
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
Type: String
Pattern:
^#[A-F0-9]{6}$
Required: No
- MinMaxGradient
-
The minimum and maximum hexadecimal codes that describe a color gradient.
Type: Array of strings
Array Members: Maximum number of 100 items.
Pattern:
^#[A-F0-9]{6}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: