fix(admin): chart title color on dark mode

This commit is contained in:
mochaaP 2022-07-11 21:16:47 +00:00
parent 3e50237846
commit 73e308f15a

View File

@ -72,6 +72,9 @@ function createLineChart(
chart.setOption({
title: {
text: data.label,
textStyle: {
color: textColor,
},
},
textStyle: {
color: textColor,