tooltip_hide_timeout

툴팁이 사라지기 전에 얼마나 오래(밀리초 단위) 표시될지 설정합니다.

number tooltip_hide_timeout;

Example

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

Details

이 옵션은 tooltip 확장의 일부이므로, tooltip 플러그인을 활성화해야 합니다. 자세한 내용은 Gantt 요소의 툴팁 문서를 참고하세요.

See also
Back to top