Customizing Charts
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-series-a | Color | #ff6358 | #ff6358 |
Description
The first base series color and its light and dark shades. | |||
$kendo-series-b | Color | #ffe162 | #ffe162 |
Description
The second base series color and its light and dark shades. | |||
$kendo-series-c | Color | #4cd180 | #4cd180 |
Description
The third base series color and its light and dark shades. | |||
$kendo-series-d | Color | #4b5ffa | #4b5ffa |
Description
The fourth base series color and its light and dark shades. | |||
$kendo-series-e | Color | #ac58ff | #ac58ff |
Description
The fifth base series color and its light and dark shades. | |||
$kendo-series-f | Color | #ff5892 | #ff5892 |
Description
The sixth base series color and its light and dark shades. | |||
$kendo-series-1 | Color | $kendo-series-a | #ff6358 |
Description
The series colors in order: base, light, dark, lighter, darker | |||
$kendo-chart-major-lines | Color | rgba( 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-lines | Color | rgba( 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). |