Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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"
}
}
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.