tooltip_timeout

작업에 대한 tooltip이 나타나기 전 지연 시간을 밀리초 단위로 지정합니다.

number tooltip_timeout;

Example

gantt.config.tooltip_timeout = 50;
gantt.init("gantt_here");


Default value:

30
Details

이 설정은 tooltip 확장 기능에 속하므로, tooltip 플러그인이 활성화되어 있는지 확인하세요. 자세한 내용은 Gantt 요소의 툴팁 문서에서 확인할 수 있습니다.

See also
Back to top