# show_links

### Description

@short: Enables/disables displaying links in the Gantt chart

@signature: show_links: boolean

### Example

~~~jsx
//hides all links in the Gantt chart
gantt.config.show_links = false;
 
gantt.init("gantt_here");
~~~

**Default value:** true
