Skip to main content

refreshData

Description

Refreshes data in the Gantt chart

refreshData: () => void

Example

gantt.refreshData();

Details

The method is intended not to reload but to re-draw data in the Gantt chart. See the example:

If you need to load data from the server, use either the parse() or load() method.