show_links

控制甘特图中链接的显示开关

boolean show_links;

Example

//隐藏甘特图中的所有链接
gantt.config.show_links = false;
 
gantt.init("gantt_here");


Default value:

true Back to top