Theme Data Color Palette
data class ThemeDataColorPalette(val colors: List<String>? = null, val emptyFillColor: String? = null, val minMaxGradient: List<String>? = null)
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.