Ver código fonte

fix graph delegasi

andifebri 3 anos atrás
pai
commit
6ec8abc8c9
1 arquivos alterados com 3 adições e 3 exclusões
  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]],
 			},
 		],