removes all tasks and additional elements (including markers) from the Gantt chart
// reloads data in the Gantt chart gantt.load("url1"); gantt.clearAll(); gantt.load("url2");
Note, the method invokes the onClear event.