Hi,
I want to hide the ‘title’ attribute that appears when hovering over an event on the timeline.
This attribute has a style with position and background color.
I use a tooltip on event so this attribute is not necessary.
Thanks
Hi,
I want to hide the ‘title’ attribute that appears when hovering over an event on the timeline.
This attribute has a style with position and background color.
I use a tooltip on event so this attribute is not necessary.
Thanks
Hello @David1
If you want to hide the native tooltip, you can set the showEventTooltip
to false
. As shown in this example.
Hello,
it’s perfect !
Thanks a lot