tooltip_offset_y

调整tooltip垂直方向的位置偏移,正值会使tooltip向下移动

number tooltip_offset_y;

Example

gantt.config.tooltip_offset_y = 40;
 
gantt.init("gantt_here");


Default value:

20
Details

该选项是tooltip扩展的一部分,请确保启用了tooltip 插件。更多信息请参阅 Gantt 元素的工具提示 文章。

See also
Back to top