Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
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.
It seems still not resolved. I also couldn't find a way to make the qvobject background to be transparent.