refreshData
Description
간트 차트의 데이터를 새로 고침합니다.
refreshData: () => void
Example
gantt.refreshData();
Related samples
Details
이 메서드는 간트 차트에 이미 존재하는 데이터를 다시 로드하지 않고 다시 그리도록 설계되었습니다. 다음 예제를 참고하세요:
노트
Related example: Gantt. Re-draw data
서버에서 데이터를 가져와야 할 경우에는 parse() 또는 load() 메서드를 사용해야 합니다.
노트
Related example: Gantt. Load data from different data objects