fix(admin): chart title color on dark mode
This commit is contained in:
parent
3e50237846
commit
73e308f15a
|
|
@ -72,6 +72,9 @@ function createLineChart(
|
||||||
chart.setOption({
|
chart.setOption({
|
||||||
title: {
|
title: {
|
||||||
text: data.label,
|
text: data.label,
|
||||||
|
textStyle: {
|
||||||
|
color: textColor,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: textColor,
|
color: textColor,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user