Change chart axis line styles to extra-light
This commit is contained in:
committed by
Mumbi Francis
parent
9c425b3fcc
commit
a78d39920c
@@ -346,7 +346,7 @@ export default {
|
||||
},
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
color: [themeVariables['secondary']],
|
||||
color: [themeVariables['extra-light']],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -115,7 +115,7 @@ export default class Chart extends BaseChart {
|
||||
},
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
color: [themeVariables['secondary']],
|
||||
color: [themeVariables['extra-light']],
|
||||
},
|
||||
},
|
||||
nameTextStyle: {
|
||||
|
||||
@@ -150,7 +150,7 @@ export class BasicChartOptions extends ChartOptions {
|
||||
},
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
color: [themeVariables['secondary']],
|
||||
color: [themeVariables['extra-light']],
|
||||
},
|
||||
},
|
||||
nameTextStyle: {
|
||||
|
||||
Reference in New Issue
Block a user