link_wrapper_width

sets the width of the area (over the link) sensitive to clicks

number link_wrapper_width;

Example

gantt.config.link_wrapper_width = 30;
gantt.init("gantt_here");


Default value:

20
Details

Back to top