tooltip_offset_x

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

number tooltip_offset_x;

Example

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


Default value:

10
Details

此选项属于tooltip扩展,因此请确保已启用tooltip插件。更多详情请参见Gantt 元素的工具提示文章。

See also
Back to top