Add Dashboard

This commit is contained in:
Randa Firman Putra
2025-08-21 23:32:23 +07:00
parent 8190bf216d
commit 91f3445c3c
6 changed files with 53 additions and 131 deletions

View File

@@ -28,13 +28,22 @@ export default function StatusMahasiswaChart() {
stacked: false,
toolbar: {
show: true,
tools: {
download: true,
selection: true,
zoom: true,
zoomin: true,
zoomout: true,
pan: true,
reset: true
},
},
background: theme === 'dark' ? '#0F172B' : '#fff',
},
plotOptions: {
bar: {
horizontal: false,
columnWidth: '55%',
columnWidth: '65%',
},
},
dataLabels: {