# show_progress

### Description

@short: Enables displaying of the progress inside the task bars

@signature: show_progress: boolean

### Example

~~~jsx
gantt.config.show_progress = true;
...
gantt.init("gantt_here");
~~~

**Default value:** true

### Related Guides
- [Data Loading](guides/loading.md)
