cancel
Showing results for 
Search instead for 
Did you mean: 

Removing the "Analyze It" button from your Dashboard Widgets

Ophir_Buchman
Sisense Team Member
Sisense Team Member

When sharing a dashboard you might want to prevent the user from seeing the "Analyze It" buttons on the widget's title bar

 

Add the following dashboard script:

dashboard.on('widgetready', function(dash) {
$('.analyze-it-button').remove()
})
Before After
Ophir_Buchman_2-1655366090343.png Ophir_Buchman_0-1655366052371.png
0 REPLIES 0