tooltip_hide_timeout

设置 tooltip 在消失前保持可见的时间,单位为毫秒

number tooltip_hide_timeout;

Example

gantt.config.tooltip_hide_timeout = 5000;
gantt.init("gantt_here");

Details

此选项是 tooltip 扩展的一部分,因此请确保启用 tooltip 插件。更多详情请参考 Gantt 元素的工具提示 文章。

See also
Back to top