Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Acfrish
Partner - Contributor II
Partner - Contributor II

Qlik Sense Theme/Extension defined colors not appearing

Spoiler
Hi All-



I am working on developing my own Qlik Sense extensions and I have run into a problem. I keep trying to define specific colors in the JSON code for my themes so that I can use them in my extensions (bar chart for example), and they arent appearing? I tried adding the colors into the palette in the actual extension as well as the theme and they arent appearing anywhere. Can anyone direct me as to what I might be missing?


Thank you for your time.
Labels (1)
3 Replies
mfarsln
Creator II
Creator II

Hi,

There should be a missing comma or something. Copy your whole json code and check it from this site: https://jsonlint.com/

Acfrish
Partner - Contributor II
Partner - Contributor II
Author

I appreciate it! Thank you I got it working.

One more quick question, do you know if there is somewhere I can download the source code for the native Qlik charts? I wanted to do something custom for my team with the bar and line chart, and I was hoping I could find the source code somewhere and download it to make edits.

 

Thank you for your time!

mfarsln
Creator II
Creator II

Hi,

You can't access native chart's source code but you can check this link. 

https://help.qlik.com/en-US/sense-developer/November2019/Subsystems/Extensions/Content/Sense_Extensi...

There you can find some basic examples for creating widgets and extensions.