Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to change font size & color of data points on combo chart?

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:

ChangeData.JPG

Labels (1)
  • Chart

4 Replies
krishgk_ispot
Partner - Contributor III
Partner - Contributor III

@Anonymous Did you figure out the solution for this?

Anil_Babu_Samineni

Answer is NO as limitation with Combo chart and even all other graphs.
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ernstblaauw
Partner - Contributor III
Partner - Contributor III

Is this already possible in a newer version of Qlik Sense? I would also like to change the size of the bar labels

EckelhartWL
Contributor II
Contributor II

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"
}
}
},