Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
garou
Contributor
Contributor

changing chart value color with css without theme

Hello there;

in our company we started to use qlik sense.  we try to build some stylish dashboards.

we are using multi kpi css section to make some changes like background color. 

we'd like to change our charts value colors from black to white. because we use a dark background and unfortunately black value label colors are disappearing. in our company we are not allowed to use extensions or custom themes. please help us with this issue. 

kind regards

Labels (3)
2 Replies
Kayde_72
Contributor III
Contributor III

Fill in colors with the hex values that you want and you should be good

 

 

"listBox": {
 "backgroundColor": "#ffffff",
 "title": {
   "main": {
     "color": "#000000",
     "fontSize": "10px",
     "fontFamily": "sans-serif"
   }
 },
 "content": {
   "color": "#000000",
   "fontSize": "12px",
   "fontFamily": "sans-serif"
 }
}

garou
Contributor
Contributor
Author

thank you for your support. means a lot. but i don't know where to use this code. 

i guess this code is about dev-hub section.