# config

### Description

@short: 날짜, 스케일, 컨트롤에 대한 구성 옵션 정의

@signature: config: GanttConfigOptions

### Example

~~~jsx
//시간 스케일의 형식을 설정합니다
gantt.config.date_scale = "%F, %Y";
 
gantt.init("gantt_here");
~~~

### Details

config 객체의 속성은 루트 API 페이지의 별도 챕터에서 설명됩니다 [\"Gantt API: Properties\"](api/overview/properties-overview.md).