kesekian kali

This commit is contained in:
Randa Firman Putra
2025-08-25 22:38:49 +07:00
parent 9f2c8775f5
commit eb8c4f55a6
7 changed files with 9 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ export default function KelompokKeahlianStatusChart({ selectedYear }: Props) {
xaxis: {
categories: years.map(y => y.toString()),
title: {
text: 'Tahun Angkatan',
text: 'Jumlah Mahasiswa',
style: {
fontSize: '14px',
fontWeight: 'bold',
@@ -118,7 +118,7 @@ export default function KelompokKeahlianStatusChart({ selectedYear }: Props) {
},
yaxis: {
title: {
text: 'Jumlah Mahasiswa',
text: 'Tahun Angkatan',
style: {
fontSize: '14px',
fontWeight: 'bold',