Documentation

removeAllSeries

removes all series from the chart

void removeAllSeries();

Example

$$("mygantt").removeAllSeries();

Details

Can be used, if you want to define different set of series for the same chart

Back to top