瀏覽代碼

fix graph delegasi

andifebri 3 年之前
父節點
當前提交
6ec8abc8c9
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      components/Delegasi/CaseProgress.js

+ 3 - 3
components/Delegasi/CaseProgress.js

@@ -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]],
 			},
 		],