Tooltip for Extra Elements (baseLine)?

We are using paid version of Gantt Chart. we need to implement the utility like to show tooltip for the baseline. I have seen the tooltip utility for task and links.

When I hover on the baseline, need to show tooltip having planned start date and planned endDate.

kindly help me .

Regards,
Aravind L

Hello Aravind,
You can use the tooltipFor method where you can specify the element class name and the content for the tooltip:
https://docs.dhtmlx.com/gantt/desktop__tooltips.html#tooltipsfordifferentelements
As the additional task layer elements don’t specify which task they belong to, you need to manually add that property.

Here is an example of how it can be implemented:
http://snippet.dhtmlx.com/5/330c130b8

Thanks for your quick reply. Sorry for delay acknowledgement.

It is working perfectly. Great Support from DhtmlX .:slight_smile:

1 Like