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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
FrankGrimm
Partner - Creator
Partner - Creator

background picture

Hey together,

 

i´m looking for a way to use background pictures to build app´s.

 

I want to do a real storytelling, not only use charts for data-presentation.

Something like this as a background and in front the charts 

 

FrankGrimm_0-1652694038395.png

(Source: https://upload-magazin.de/22898-storytellingformate/)

 

 

Thanks a lot.

 

Labels (3)
1 Reply
justISO
Specialist
Specialist

Hi,

workaround to put an image background in an graph could be to use Extension 'Multi KPI' which let you add CSS code in it and overwrite some visualizations. (Bad thing is that this extension needs to be added in sheet you want to modify) So under 'Styles' tab in this extension you can add code:

.qv-object-barchart{
background-image: url(
https://ea6hycghkso.exactdn.com/wp-content/uploads/2018/01/symbol-storytelling-business-940x627.jpg
);
background-repeat: no-repeat;
background-size: 100% 100%;
}

and get something like this

justISO_0-1652703613015.png