Hello, guys!
I need help, I am using Gantt with Angular 4.
How can I enable tooltips for the tasks?
Many thanks!
Hello, guys!
I need help, I am using Gantt with Angular 4.
How can I enable tooltips for the tasks?
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!