How to disable time display on custom time bar hover in vis timeline?

276 Views Asked by At

I have some custom bars in my vis timeline. But as we hover over the bars, it shows the custom time of that marker. Is there a way I can disable it?

1

There are 1 best solutions below

0
On

You can use :

timeline.setCustomTimeTitle('');

And this will disable the hover over custome time marker.