Hi all,
I'm having an issue where sometimes when I embed a vis in a website it looks perfect, and sometimes the text within the dashboard is blurry. The problem seems to happen randomly. Has anyone experience this? Any advice?
Thanks so much!
Cheers,
Natalie
3 answers
It was indeed client side rendering. I added the following to the http share link to turn off client side rendering for my shared views:
/><param name='render' value='false'/
Thanks!