3
0

Change chart axis line styles to extra-light

This commit is contained in:
Jože Fortun
2024-01-30 13:23:41 +01:00
committed by Mumbi Francis
parent 9c425b3fcc
commit a78d39920c
3 changed files with 3 additions and 3 deletions

View File

@@ -346,7 +346,7 @@ export default {
},
splitLine: {
lineStyle: {
color: [themeVariables['secondary']],
color: [themeVariables['extra-light']],
},
},
},

View File

@@ -115,7 +115,7 @@ export default class Chart extends BaseChart {
},
splitLine: {
lineStyle: {
color: [themeVariables['secondary']],
color: [themeVariables['extra-light']],
},
},
nameTextStyle: {

View File

@@ -150,7 +150,7 @@ export class BasicChartOptions extends ChartOptions {
},
splitLine: {
lineStyle: {
color: [themeVariables['secondary']],
color: [themeVariables['extra-light']],
},
},
nameTextStyle: {