Skip to main content
Version: Next

DashboardColorsConfigUpdateSchema

color_namespacestringnullable

The color namespace.

color_schemestringnullable

The color scheme name.

map_label_colors object

Mapping of labels to colors.

property name*string
shared_label_colors object

Shared label colors across charts.

property name*string
label_colors object

Label to color mapping.

property name*string
color_scheme_domainstring[]

Color scheme domain values.

DashboardColorsConfigUpdateSchema
{
"color_namespace": "string",
"color_scheme": "string",
"map_label_colors": {},
"shared_label_colors": {},
"label_colors": {},
"color_scheme_domain": [
"string"
]
}