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