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