sets the size of the link arrow
gantt.config.link_arrow_size = 8;
gantt.init("gantt_here");
The property specifies the size of the HTML element and does not change the actual size of the link arrow.
To change it, you need to use CSS.
Check the example to find the styles for different skins:
Back to top