Multiple tooltips on year view?

I have set a custom tooltip, but when I go to month view I appear to be getting my tooltip plus another one?12%20AM
It looks like the year view has it’s own tooltip (year_tooltip), can I essentially “disable” that?

Hi,

You can hide it by setting “display:none” for the extra tooltip:
.dhx_year_tooltip{display:none;}

Demo: http://snippet.dhtmlx.com/5/f87ae99bd

1 Like