changed footer
This commit is contained in:
parent
117d82769a
commit
c1ae9ee55e
@ -24,12 +24,14 @@ const ReportDPR = ({ project, date }) => {
|
|||||||
title={"TODAY'S ATTENDANCE"}
|
title={"TODAY'S ATTENDANCE"}
|
||||||
total={data?.totalEmployees}
|
total={data?.totalEmployees}
|
||||||
value={data?.todaysAttendances}
|
value={data?.todaysAttendances}
|
||||||
|
|
||||||
/>
|
/>
|
||||||
<ReportsDonutCard
|
<ReportsDonutCard
|
||||||
title={"DAILY TASKS COMPLETED"}
|
title={"DAILY TASKS COMPLETED"}
|
||||||
total={data?.totalCompletedTask}
|
total={data?.totalCompletedTask}
|
||||||
value={data?.totalPlannedWork}
|
value={data?.totalPlannedWork}
|
||||||
chartColor={"blue"}
|
chartColor={"blue"}
|
||||||
|
footer=""
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ReportsDonutCard
|
<ReportsDonutCard
|
||||||
@ -37,6 +39,7 @@ const ReportDPR = ({ project, date }) => {
|
|||||||
total={data?.totalPlannedWork}
|
total={data?.totalPlannedWork}
|
||||||
value={data?.totalCompletedWork}
|
value={data?.totalCompletedWork}
|
||||||
chartColor={"green"}
|
chartColor={"green"}
|
||||||
|
footer=""
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="card px-3 border-top border-warning">
|
<div class="card px-3 border-top border-warning">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user