# getScale

### Description

@short: Returns the configuration of the time scale

@signature: getScale: () =\> any

### Returns
- ` scale` - (object) - the configuration of the time scale

### Example

~~~jsx
gantt.getScale();
~~~

### Related API
- [getLayoutView](api/method/getlayoutview.md)

