Bläddra i källkod

donut graph remove label

tags/Baseline_30082024_FRONTEND_UAT
Mac\David 1 år sedan
förälder
incheckning
88808a23bc
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. +3
    -2
      src/components/StaffUtilization/StaffUtilization.tsx

+ 3
- 2
src/components/StaffUtilization/StaffUtilization.tsx Visa fil

@@ -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) {


Laddar…
Avbryt
Spara