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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
morenoju
Partner - Specialist
Partner - Specialist

Mashup with theme.css and theme.json

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

1 Solution

Accepted Solutions
morenoju
Partner - Specialist
Partner - Specialist
Author

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.

View solution in original post

5 Replies
morenoju
Partner - Specialist
Partner - Specialist
Author

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.

Clever_Anjos
Employee
Employee

Import it as a file of your project

247483.gif

morenoju
Partner - Specialist
Partner - Specialist
Author

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.

morenoju
Partner - Specialist
Partner - Specialist
Author