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({
|
||||
title: {
|
||||
text: data.label,
|
||||
textStyle: {
|
||||
color: textColor,
|
||||
},
|
||||
},
|
||||
textStyle: {
|
||||
color: textColor,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user