show_links

간트 차트에서 링크 표시를 켜거나 끕니다.

boolean show_links;

Example

// 간트 차트에서 모든 링크를 숨깁니다.
gantt.config.show_links = false;
 
gantt.init("gantt_here");


Default value:

true Back to top