Forum Discussion

cartercjb's avatar
01-14-2022
Solved

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.    
  • Ophir_Buchman's avatar
    01-17-2022

    Hi cartercjb,

     

    Add the following 2 lines in your dashboard script:

     

    $('.z-s-t').remove()

    $('.w-t').remove()

     

    Ophir