Angular 4 tooltips

Hello, guys!

I need help, I am using Gantt with Angular 4.

How can I enable tooltips for the tasks? :confused:

Many thanks!

Hi,
To use tooltips you should also add “dhtmlxgantt_tooltip” extension with dhtmlx-gantt.
You should get something like the following:

import "dhtmlx-gantt";
import "dhtmlx-gantt/codebase/ext/dhtmlxgantt_tooltip"

See article: docs.dhtmlx.com/gantt/desktop__tooltips.html

Polina, you are the best!
Thanks! :stuck_out_tongue: