-1

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.

cwhisperer
  • 1,478
  • 1
  • 32
  • 63

1 Answers1

0

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.

Polina
  • 412
  • 2
  • 6