Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
aleksandrabersa
Partner - Contributor II
Partner - Contributor II

How to add a background image to a chart in Qlik Sense?

Hello!

We would like to have a background image underneath a radar chart? Does anybody know solution for it? Do you have any suggestions?

 

Labels (1)
1 Solution

Accepted Solutions
aleksandrabersa
Partner - Contributor II
Partner - Contributor II
Author

Just to let everyone know, in the end our solution was to create our own extension. 

View solution in original post

6 Replies
martinpohl
Partner - Master
Partner - Master

No, it is not possible.

Regards

aleksandrabersa
Partner - Contributor II
Partner - Contributor II
Author

Are there any workarounds?

martinpohl
Partner - Master
Partner - Master

no there aren't.

Maybe there are some extensions (branch.qlik.com), but I haven't seen

aleksandrabersa
Partner - Contributor II
Partner - Contributor II
Author

Just to let everyone know, in the end our solution was to create our own extension. 

IVAN-FELIPE
Employee
Employee

I arrive late to the party, but adding this to your css theme file do the magic:

.qv-object-linechart{
   background-image: url();
   background-repeat: no-repeat;
   background-size: 100% 100%;
}

firoz24
Creator
Creator

Hi,

I just want to know how to add image url