|
|
@@ -1247,6 +1247,7 @@ const StaffUtilization: React.FC<Props> = ({ abilities, staff }) => { |
|
|
|
// setTeamTotalManhoursSpentActualData(monthActualData) |
|
|
|
setIndividualStaffManhoursSpentPeriod(weekDates); |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
const options2: ApexOptions = { |
|
|
|
chart: { |
|
|
@@ -1257,7 +1258,7 @@ const StaffUtilization: React.FC<Props> = ({ abilities, staff }) => { |
|
|
|
pie: { |
|
|
|
donut: { |
|
|
|
labels: { |
|
|
|
show: true, |
|
|
|
show: false, |
|
|
|
name: { |
|
|
|
show: true, |
|
|
|
}, |
|
|
@@ -1269,7 +1270,7 @@ const StaffUtilization: React.FC<Props> = ({ abilities, staff }) => { |
|
|
|
}, |
|
|
|
total: { |
|
|
|
show: false, |
|
|
|
showAlways: true, |
|
|
|
showAlways: false, |
|
|
|
label: "Spent", |
|
|
|
fontFamily: "sans-serif", |
|
|
|
formatter: function (val) { |
|
|
|