Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
j_twardziak
Partner - Contributor III
Partner - Contributor III

How to change value label font size in Combo chart

Hello All,

Hope this post finds you well.

Would you know the way to change value label font size in Combo chart?

Thought it would be possible with the custom theme, however for some reasons label.value.size cannot be defined for Combo chart. 

Would you know any other solution to achieve that?

Many thanks in advance for your help.

Best regards,

Janusz

6 Replies
Anil_Babu_Samineni

Are you expecting, Mouse over value font size?

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
j_twardziak
Partner - Contributor III
Partner - Contributor III
Author

Thank you for your reply. 

I'm after changing the default font size for the value labels displayed in the Combo chart. No need for Mouse Over or any other event. Just change it permanently. 

Many thanks in advance for your help.

Best regards,

Janusz

j_twardziak
Partner - Contributor III
Partner - Contributor III
Author

Hello All,

I've found the way to do it via custom theme.

In order to do that you have to provide setting for barChart and lineChart seperately. 

"barChart": {
"label": {
"name": {
"fontSize": "16px"
},
"value": {
"fontSize": "32px"
}
}
},
"lineChart": {
"label": {
"name": {
"fontSize": "16px"
},
"value": {
"fontSize": "32px"
}
}
}
 
Easy as that 🙂
 
Many thanks!
Janusz
feg
Employee
Employee

Hi all, I would like to change the font size of the number on the blue circle but I can not find it in the JSON. Can you point me in the right direction?

Capture6.PNG

craigbrett
Partner - Contributor II
Partner - Contributor II

Another annoying issue with Qliksense and NPrinting, this font colour and sizing is by default is poor. Can we not have actual black values (not blurry grey) maybe we could increase the size or set it to bold? Really difficult explaining these limitations to clients. 

Gabbar
Specialist
Specialist

Can you please Share the file you uploaded in QMC, i am new to qlik and need it a lot, and please also tell which values to change.

I need it for bar chart only.