Tooltips甘特图文字悬停问题

使用tooltips时,可以只让鼠标悬停在视图上时才会有文字提示,在任务栏悬停时不需要文字提示?我现在知道有一种方法悬停在任务栏一侧时会让文字提示在视图栏一侧显示,但能不能直接不显示

!

Hello,
Please, ask the questions on the forum only in English!

When using tooltips, can the text prompt appear only when the mouse is hovering over the view, and there is no need for text prompts when hovering on the taskbar? I now know that there is a way to make the text prompt appear on the side of the view bar when hovering on the side of the task bar, but can it not be displayed directly

You can change the tooltip_text template depending on the mouse position:
https://docs.dhtmlx.com/gantt/api__gantt_tooltip_text_template.html
https://docs.dhtmlx.com/gantt/api__gantt_onmousemove_event.html
Here is an example of how it might be implemented:
http://snippet.dhtmlx.com/5/37280e7a4

If you need something different, please, describe your question in more detail.