cartercjb
01-14-2022ETL
Remove Widget Lines When Exporting to PDF
Hello Sisense Community!
Does anyone know of a way to remove the borderlines that appear on each widget? I have highlighted them in yellow in the example screenshot below.
Hi cartercjb,
Add the following 2 lines in your dashboard script:
$('.z-s-t').remove()
$('.w-t').remove()
Ophir