This commit is contained in:
Randa Firman Putra
2025-09-16 14:34:06 +07:00
parent 886fc59d28
commit d0b6e6a890
2 changed files with 14 additions and 0 deletions

View File

@@ -148,6 +148,13 @@ export default function BimbinganDosenChart({
...prev.chart,
background: theme === 'dark' ? '#0F172B' : '#fff',
},
dataLabels: {
...prev.dataLabels,
style: {
...prev.dataLabels?.style,
colors: [theme === 'dark' ? '#fff' : '#000']
}
},
xaxis: {
...prev.xaxis,
title: {

View File

@@ -160,6 +160,13 @@ export default function BimbinganDosenPerAngkatanChart({ tahunAngkatan }: Props)
...prev.chart,
background: theme === 'dark' ? '#0F172B' : '#fff',
},
dataLabels: {
...prev.dataLabels,
style: {
...prev.dataLabels?.style,
colors: [theme === 'dark' ? '#fff' : '#000']
}
},
xaxis: {
...prev.xaxis,
title: {