tooltip_offset_y

툴팁의 위치에 대한 수직 오프셋을 조정하며, 값이 양수일 경우 툴팁을 아래로 이동시킵니다.

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