Skip to main content

show_links

Description

Enables/disables displaying links in the Gantt chart

show_links: boolean

Example

//hides all links in the Gantt chart
gantt.config.show_links = false;

gantt.init("gantt_here");

Default value: true