# setSizes

### Description

@short: Resizes the Gantt chart

@signature: setSizes: () =\> void

### Example

~~~jsx
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.
