@progress/kendo-charts 2.12.0-develop.1 → 2.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -238,7 +238,7 @@ const notes = (element) => ({
|
|
|
238
238
|
|
|
239
239
|
export const chartTheme = (element) => {
|
|
240
240
|
const vars = chartCSSVariables;
|
|
241
|
-
const majorLines =
|
|
241
|
+
const majorLines = getColorProp(element, vars.majorLines);
|
|
242
242
|
const normalTextColor = getColorProp(element, vars.text);
|
|
243
243
|
const axisLabelFont = getFont(element, vars.axisLabelFontWeight, vars.axisLabelFontSize, vars.axisLabelFontFamily);
|
|
244
244
|
const chartBg = getColorProp(element, vars.chartBg);
|
|
@@ -238,7 +238,7 @@ const notes = (element) => ({
|
|
|
238
238
|
|
|
239
239
|
export const chartTheme = (element) => {
|
|
240
240
|
const vars = chartCSSVariables;
|
|
241
|
-
const majorLines =
|
|
241
|
+
const majorLines = getColorProp(element, vars.majorLines);
|
|
242
242
|
const normalTextColor = getColorProp(element, vars.text);
|
|
243
243
|
const axisLabelFont = getFont(element, vars.axisLabelFontWeight, vars.axisLabelFontSize, vars.axisLabelFontFamily);
|
|
244
244
|
const chartBg = getColorProp(element, vars.chartBg);
|