ayo bisa
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user