Forum Discussion

Michael-Schram's avatar
Michael-Schram
Cloud Apps
11-18-2022

Hiding the Dashboard Hover Information

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

Replies have been turned off for this discussion
    • Michael-Schram's avatar
      Michael-Schram
      Cloud 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.

      • Sijo1995's avatar
        Sijo1995
        Cloud Apps

        Hi Michael-Schram ,

         

        Please try this script

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

         

        Thanks

        Sijo