본문으로 건너뛰기

progress_text

Description

작업 바의 완료 부분에 표시될 텍스트를 지정합니다

progress_text: (start: Date, end: Date, task: Task) => string | number | void;

Parameters

  • start - (필수) Date - 작업이 시작될 예정인 날짜
  • end - (필수) Date - 작업이 완료될 예정인 날짜
  • task - (필수) Task - 작업 객체

Returns

  • text - (string | number | void) - Gantt 차트에 렌더링될 HTML 텍스트

Example

gantt.templates.progress_text=function(start, end, task){return "";};
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.