Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is it possible to change the background color of QlikSense chart in mashup ?

Hi All,

I have created a mashup using mashup editor from QlikSense DevHub. I want to change the background color of charts embedded in mashup. So far, tried changing .html, .js and .css file associated with mashup but its not working.

If somebody have already tried the same before, Kindly let me know whether changing the chart's BG color is possible or not? If possible, what code change will be required ?

Thanks,

Abhi

1 Reply
renandavieira
Contributor
Contributor

Hello!!


Use this in the css file:

article.qv-object{

     background-color:#6893ff;

}