Forum Discussion
AssafHanina
07-26-2023Sisense Employee
Hey zohebakber ,
Please Paste the following Script in the dashboard Script Editor
the Script disable the 'Mouseenter' element which enable the Tooltip of the Filters
dashboard.on('widgetready', function(dash) {
const filterElement = $('.ew-i-caption');
filterElement.off('mouseenter');
});
Best Regards
Assaf