setSizes

resizes the Gantt chart

void setSizes();

Example

gantt.setSizes();

Details

The method does not accept any parameters - it always resizes the Gantt chart to be the same size as the chart's HTML container.

Back to top