show_links

enables/disables displaying links in the Gantt chart

boolean show_links;

Example

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


Default value:

true Back to top