merinsverghese
08-12-2024Cloud Apps
how to change the color of data bar in pivot table
I want to change the color of data bar in pivot table. I found a related post from 2023 (Change Color Of Data Bars In Pivot (sisense.com)) but it's not working for me. Please let me know if there is any other method.
Hi merinsverghese ,
It looks like since that post the class changed.
Try with the following script. It should work now:
widget.on('ready', function(se, ev){ $('.sisense-pivot__data-bar-bar', element).css('background-color', 'red'); })
Please let me know if this works for you : )Always here to help,
Helena from QBeeQ
[email protected]
QBeeQ - Gold Implementation and Development Partner