|
|
@@ -13,12 +13,12 @@ function CaseProgress({ data, nextButton, prevButton, tahun, excel }) {
|
|
|
data: [
|
|
|
{
|
|
|
label: "Ditindaklanjuti DIKTI",
|
|
|
- color: "#287DAD",
|
|
|
+ color: "#5ab1ef",
|
|
|
data: [data.jumlah_laporan.dikti],
|
|
|
},
|
|
|
{
|
|
|
label: "Ditindaklanjuti LLDIKTI",
|
|
|
- color: "#52D489",
|
|
|
+ color: "#f5994e",
|
|
|
data: [data.jumlah_laporan.lldikti],
|
|
|
},
|
|
|
{
|
|
|
@@ -68,7 +68,7 @@ function CaseProgress({ data, nextButton, prevButton, tahun, excel }) {
|
|
|
},
|
|
|
{
|
|
|
// "label": "Cancelled",
|
|
|
- color: "#d87a80",
|
|
|
+ color: "#FD4233",
|
|
|
data: [["Ditutup", data.jumlah_laporan.ditutup]],
|
|
|
},
|
|
|
],
|