tooltip_offset_x

当设置为正值时,调整tooltip水平偏移量,使其位置向右移动。

number tooltip_offset_x;

Example

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


Default value:

10
Details

此选项属于tooltip扩展的一部分,因此请确保启用tooltip插件。更多信息请参阅Tooltips(工具提示)文章。

See also
返回顶部