@@ -10,18 +10,19 @@ import Charts from "@/components/Charts";
10
10
import LoadingSpinner from "@/components/LoadingSpinner" ;
11
11
12
12
// chart dummy data
13
- const dummyJmlMahasiswa = [ 20 , 9 , 12 , 5 , 7 , 10 , 15 , 20 , 25 , 30 ] ;
13
+ const dummyJmlMahasiswa = [ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ] ;
14
14
const dummyDates = [
15
- "2023-07-18T15:50:24+0000" ,
16
- "2023-07-25T15:50:24+0000" ,
17
- "2023-07-30T15:50:24+0000" ,
18
- "2023-08-01T15:50:24+0000" ,
19
- "2023-08-05T15:50:24+0000" ,
20
- "2023-08-08T15:50:24+0000" ,
21
- "2023-08-15T15:50:24+0000" ,
22
- "2023-08-21T15:50:24+0000" ,
23
- "2023-08-30T15:50:24+0000" ,
24
- "2023-09-01T15:50:24+0000" ,
15
+ "2023-09-18T00:00:00+0700" ,
16
+ "2023-09-19T00:00:00+0700" ,
17
+ "2023-09-20T00:00:00+07:00" ,
18
+ "2023-09-21T00:00:00+0700" ,
19
+ "2023-09-22T00:00:00+0700" ,
20
+ "2023-09-23T00:00:00+0700" ,
21
+ "2023-09-24T00:00:00+0700" ,
22
+ "2023-09-25T00:00:00+0700" ,
23
+ "2023-09-26T00:00:00+0700" ,
24
+ "2023-09-27T00:00:00+0700" ,
25
+ "2023-09-28T00:00:00+0700" ,
25
26
] ;
26
27
27
28
const tabs = [
@@ -31,47 +32,47 @@ const tabs = [
31
32
icon : MdOutlineShield ,
32
33
bgColor : "#E7EDFE" ,
33
34
iconBgColor : "#185C99" ,
34
- total : 249 ,
35
+ total : 0 ,
35
36
} ,
36
37
{
37
38
name : "Panitia Divisi" ,
38
39
href : "/dashboard/panitiafivisi" ,
39
40
icon : MdOutlineShield ,
40
41
bgColor : "#E7EDFE" ,
41
42
iconBgColor : "#185C99" ,
42
- total : 19 ,
43
+ total : 0 ,
43
44
} ,
44
45
{
45
46
name : "Organisator" ,
46
47
href : "/dashboard/organisator" ,
47
48
icon : HiOutlineOfficeBuilding ,
48
49
bgColor : "#FEE7E7" ,
49
50
iconBgColor : "#E53E3E" ,
50
- total : 86 ,
51
+ total : 0 ,
51
52
} ,
52
53
{
53
54
name : "Mahasiswa" ,
54
55
href : "/dashboard/mahasiswa" ,
55
56
icon : MdOutlineSchool ,
56
57
bgColor : "#FEF5E7" ,
57
58
iconBgColor : "#D77300" ,
58
- total : 3409 ,
59
+ total : 0 ,
59
60
} ,
60
61
{
61
62
name : "STATE" ,
62
63
href : "/dashboard/daftarstate " ,
63
64
icon : MdOutlineAirplanemodeActive ,
64
65
bgColor : "#ECE7FE" ,
65
66
iconBgColor : "#4A05DE" ,
66
- total : 49 ,
67
+ total : 0 ,
67
68
} ,
68
69
{
69
70
name : "Malpun" ,
70
71
href : "/dashboard/malpun " ,
71
72
icon : HiOutlineSparkles ,
72
73
bgColor : "#FEE7FC" ,
73
74
iconBgColor : "#DE05C8" ,
74
- total : 4021 ,
75
+ total : 0 ,
75
76
} ,
76
77
] ;
77
78
0 commit comments