New to Kendo UI for Angular? Start a free 30-day trial

Customizing Charts

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-series-aColorget-base-hue( purple, 500 )#9c27b0
Description
The first base series color and its light and dark shades.
$kendo-series-bColorget-base-hue( blue, 500 )#2196f3
Description
The second base series color and its light and dark shades.
$kendo-series-cColorget-base-hue( teal, 500 )#009688
Description
The third base series color and its light and dark shades.
$kendo-series-dColorget-base-hue( yellow, 500 )#ffeb3b
Description
The fourth base series color and its light and dark shades.
$kendo-series-eColorget-base-hue( red, 500 )#f44336
Description
The fifth base series color and its light and dark shades.
$kendo-series-fColorget-base-hue( green, 500 )#4caf50
Description
The sixth base series color and its light and dark shades.
$kendo-series-1Color$kendo-series-a#9c27b0
Description
The series colors in order:
base, light, dark, lighter, darker
$kendo-chart-major-linesColorrgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )rgba(0, 0, 0, 0.08)
Description
The color of the Chart grid lines (major).
$kendo-chart-minor-linesColorrgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )rgba(0, 0, 0, 0.04)
Description
The color of the Chart grid lines (minor).

In this article

Not finding the help you need?