Forum Discussion
joeshepper
03-04-2024Cloud Apps
Hi harikm007
A bit late to the party, but do you happen to have a version of your script that would change the colour of the Dashboard scroll bar instead? I was searching for that and came across this thread.
vshen
03-05-2024Sisense Employee
Hi!
Try this script:
dashboard.on('widgetrefreshed', function (se, ev) {
$('.dash-scrollpane div').css('background-color', 'orange')
})
-Volodymyr