Forum Discussion
5 Replies
Replies have been turned off for this discussion
- Sijo1995Cloud Apps
- Michael-SchramCloud Apps
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.
- Sijo1995Cloud Apps
Hi Michael-Schram ,
Please try this script
dashboard.on('refreshend', function(se, ev){ $('.sisense-dashboard-hover').hide(); });
Thanks
Sijo
- Michael-SchramCloud Apps
This is what I'm attempting to hide.