tooltip_offset_y

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

number tooltip_offset_y;

Example

scheduler.config.tooltip_offset_y = 40;
 
scheduler.init('scheduler_here',new Date(2023,10,20),"week");


Default value:

20
Details

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

See also
Back to top