Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Help With Transparency

Hello,

I am trying to make the background of a Qlik Sense chart object transparent when embedded in a website/mashup.

I saw this thread:

Native QS objects no longer transparent? | Qlik Community

which says to add this to the css file:

.qvobject {

overflow: visible;

background-color: rgba(255, 0, 0, 0);

}

However, this doesn't seem to work for me at all.  I am just trying something simple using the default templates in the mashup editor.

I've attached the css and html here in case anyone has a suggestion. 

I am running the September release of Qlik Sense Server.  Thank you!

2017-11-29_10-21-55.jpg

2 Replies
_jespers_
Partner - Creator II
Partner - Creator II

Hi,

This seems to have been solved in the November release (or at least I don't have any issues with your example code).

Don't know if you have the possibility to upgrade, but that might be worth a try.

kai_kathy_shen
Partner - Contributor
Partner - Contributor

It seems still not resolved. I also couldn't find a way to make the qvobject background to be transparent.