Chart stackblitz demo updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-10-17 17:07:23 +03:00
parent ff35703343
commit 44081515b4
4 changed files with 73 additions and 25 deletions

View file

@ -73,7 +73,7 @@ export default {
plugins: {
legend: {
labels: {
fontColor: textColor
color: textColor
}
}
},
@ -157,7 +157,7 @@ const setChartOptions = () => {
plugins: {
legend: {
labels: {
fontColor: textColor
color: textColor
}
}
},