GetThemeConfigurationDataColorPalette

data class GetThemeConfigurationDataColorPalette(val colors: List<String>, val emptyFillColor: String, val minMaxGradients: List<String>)

Constructors

Link copied to clipboard
constructor(colors: List<String>, emptyFillColor: String, minMaxGradients: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.

Link copied to clipboard

The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

Link copied to clipboard

The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.