forked from CSI-KJSCE/Travel-policy-
code base
This commit is contained in:
30
frontend/src/pages/Report/Data.js
Normal file
30
frontend/src/pages/Report/Data.js
Normal file
@@ -0,0 +1,30 @@
|
||||
export const CardsData = [
|
||||
{
|
||||
title: "Total Funds Deployed",
|
||||
color: {
|
||||
backGround: "linear-gradient(#93A5CF, #E4EfE9)",
|
||||
boxShadow: "0px 10px 20px 0px rgba(0, 0, 0, 0.1)",
|
||||
},
|
||||
value: "12,23,234",
|
||||
series: [
|
||||
{
|
||||
name: "Funds",
|
||||
data: [20134, 1200, 23532, 23543, 12564,23346,23454,54634,45364,45634,45745,564],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Enrollment rate",
|
||||
color: {
|
||||
backGround: "linear-gradient(#93A5CF, #E4EfE9)",
|
||||
boxShadow: "0px 10px 20px 0px rgba(0, 0, 0, 0.1)",
|
||||
},
|
||||
value: "90%",
|
||||
series: [
|
||||
{
|
||||
name: "Enrollment Trends",
|
||||
data: [200, 145, 232, 543, 564,342,635,345,346,123,543],
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user