AWS::QuickSight::Theme 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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Colors" :[ String, ... ], "EmptyFillColor" :String, "MinMaxGradient" :[ String, ... ]}
YAML
Colors:- StringEmptyFillColor:StringMinMaxGradient:- String
Properties
Colors-
The hexadecimal codes for the colors.
Required: No
Type: List of String
Maximum:
100Update 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: List of String
Maximum:
100Update requires: No interruption