Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have been working on the combo-chart styling where we have to change the 'font-color' and 'font-size' of the data labels on the bar chart.
I have been altering the theme.json but couldn't change. Could you please suggest? Attaching the image below:
@Anonymous Did you figure out the solution for this?
Is this already possible in a newer version of Qlik Sense? I would also like to change the size of the bar labels
I tried using this json code. Sadly it only adjusts the font of the line in the combo chart but not the bar chart values. Did anyone figure it out?
"comboChart": {
"axis": {
"title": {
"fontSize": "17px"
}
},
"outOfBounds": {
"fontSize": "18px"
},
"outOfRange": {
"color": "@B60"
},
"label": {
"value": {
"color": "@B35",
"fontSize": "18px"
}
}
},