DHTMLX Timeline tootip on y-axis

89 Views Asked by At

In the scheduler timelineview is there a way to put a tooltip on each row of an y-axis? In my case the y-axis is an abbreviation for a team and I need to show the firstname and lastname in the tooltip.

1

There are 1 best solutions below

0
Polina On

Inbuilt Scheduler tooltip functionality which can be included by dhtmlxscheduler_tooltip.js extension works only for events.

To solve your issue, you can use HTML title Attribute (as it said on the forum on a link that Phong Nguyen shared).

I also created a demo for you so you can check how it works.