tooltip_offset_x

sets the right (if positive) offset of the tooltip's position

number tooltip_offset_x;

Example

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


Default value:

10
Details

This option is defined in the tooltip extension, so you need to activate the tooltip plugin. Read the details in the Tooltips for Gantt Elements article.

See also
Back to top