Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm creating a mashup, using charts from a certain app. For that app I already have a theme (theme.css and theme.json).
Do you know what I have to add to the mashup so that theme is used?
Thanks,
Juan
Hi, I ended up finding a thread that had a solution that worked for me:
Qlik Sense Server: Theme support in mashups | Qlik Community
I edited require.js and that way I was able to change the default theme.
Thanks.
Hi Clever,
Thanks for your response. Actually the problem is not with CSS. I was able to easily add it:
<link rel="stylesheet" href="theme.css">
The issue is that the color schemes for my charts are in the json file, and that's the one that I'm not being able to add.
Import it as a file of your project
Hi, I ended up finding a thread that had a solution that worked for me:
Qlik Sense Server: Theme support in mashups | Qlik Community
I edited require.js and that way I was able to change the default theme.
Thanks.