Gantt APIMethodsrefreshDataOn this pagerefreshData Description Refreshes data in the Gantt chart refreshData: () => voidExamplegantt.refreshData();Related samples Basic filtering DetailsThe method is intended not to reload but to re-draw data in the Gantt chart. See the example:notesample: Gantt. Re-draw data If you need to load data from the server, use either the parse() or load() method.notesample: Gantt. Load data from different data objects Related API refreshLink refreshTask Related Guides Basic Operations with Tasks