ayo bisa
This commit is contained in:
@@ -148,6 +148,13 @@ export default function BimbinganDosenChart({
|
|||||||
...prev.chart,
|
...prev.chart,
|
||||||
background: theme === 'dark' ? '#0F172B' : '#fff',
|
background: theme === 'dark' ? '#0F172B' : '#fff',
|
||||||
},
|
},
|
||||||
|
dataLabels: {
|
||||||
|
...prev.dataLabels,
|
||||||
|
style: {
|
||||||
|
...prev.dataLabels?.style,
|
||||||
|
colors: [theme === 'dark' ? '#fff' : '#000']
|
||||||
|
}
|
||||||
|
},
|
||||||
xaxis: {
|
xaxis: {
|
||||||
...prev.xaxis,
|
...prev.xaxis,
|
||||||
title: {
|
title: {
|
||||||
|
|||||||
@@ -160,6 +160,13 @@ export default function BimbinganDosenPerAngkatanChart({ tahunAngkatan }: Props)
|
|||||||
...prev.chart,
|
...prev.chart,
|
||||||
background: theme === 'dark' ? '#0F172B' : '#fff',
|
background: theme === 'dark' ? '#0F172B' : '#fff',
|
||||||
},
|
},
|
||||||
|
dataLabels: {
|
||||||
|
...prev.dataLabels,
|
||||||
|
style: {
|
||||||
|
...prev.dataLabels?.style,
|
||||||
|
colors: [theme === 'dark' ? '#fff' : '#000']
|
||||||
|
}
|
||||||
|
},
|
||||||
xaxis: {
|
xaxis: {
|
||||||
...prev.xaxis,
|
...prev.xaxis,
|
||||||
title: {
|
title: {
|
||||||
|
|||||||
Reference in New Issue
Block a user