tooltip_offset_x

툴팁의 위치를 오른쪽으로 수평 오프셋을 조정하며, 양수 값으로 설정 시 오른쪽으로 이동합니다.

number tooltip_offset_x;

Example

gantt.config.tooltip_offset_x = 30;
 
gantt.init("gantt_here");


Default value:

10
Details

이 옵션은 tooltip 확장 기능의 일부이므로, tooltip 플러그인이 활성화되어 있는지 확인하세요. 자세한 내용은 Gantt 요소의 툴팁 문서를 참고하시기 바랍니다.

See also
Back to top