Skip to main content

tooltip_hide_timeout

Description

Sets the length of time, in milliseconds, before the tooltip hides

tooltip_hide_timeout: number

Example

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

Details

note

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