cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding the Dashboard Hover Information

Michael-Schram
9 - Travel Pro
9 - Travel Pro

Does anyone know how to disable the hover information window, that displays a dashboard's owner information and dates, when a user hovers over a title in the dashboard menu?

5 REPLIES 5

Sijo1995
9 - Travel Pro
9 - Travel Pro

Hi @Michael-Schram ,

Any Example?

 

Thanks

Sijo

I'm unable to provide a screenshot.  

There is a standard pop-up window of dashboard information with Name, Owner, Created Date, and Last Modified details.

It is visible whenever any user hovers with their cursor / mouse over a dashboard title in the left-hand dashboard menu.

We want to hide or disable this window of information.

Thanks.

Hi @Michael-Schram ,

 

Please try this script

dashboard.on('refreshend', function(se, ev){
  $('.sisense-dashboard-hover').hide();
});

 

Thanks

Sijo

Thanks for the submission.  Unfortunately, this didn't hide the dashboard information window, even for a viewer with cache cleared.

Michael-Schram
9 - Travel Pro
9 - Travel Pro

MichaelSchram_0-1689081774314.png

This is what I'm attempting to hide.