소스 검색

donut graph remove label

tags/Baseline_30082024_FRONTEND_UAT
Mac\David 1 년 전
부모
커밋
88808a23bc
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      src/components/StaffUtilization/StaffUtilization.tsx

+ 3
- 2
src/components/StaffUtilization/StaffUtilization.tsx 파일 보기

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


불러오는 중...
취소
저장