Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Gabbar
Specialist
Specialist

Increase Label Size

Hi all, i want to increase the label Size of my bar chart(or any other chart)

can anyone share the CSS code for the same, or the ZIP file that can be uploaded.

I am tired of trying it. 

Labels (1)
2 Solutions

Accepted Solutions
Andrei_Cusnir
Specialist
Specialist

Hello,

 

You can change those styles with the use of custom theme [1]. For example:

 

1. Original Bar chart:

 

2. Added the style in custom theme:

"barChart": {
     "label": {
       "value": {
         "color": "green",
         "fontSize": "20px",
         "fontFamily": "sans-serif"
       }
     }
   }

 

3. The outcome is:

 

 

---

[1] https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/Extensions/Content/Sense_Extensions/C...

Help users find answers! Don't forget to mark a solution that worked for you! 🙂

View solution in original post

Andrei_Cusnir
Specialist
Specialist

Here is also the ZIP file that I have used 

 

I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members. 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂

View solution in original post

3 Replies
Andrei_Cusnir
Specialist
Specialist

Hello,

 

You can change those styles with the use of custom theme [1]. For example:

 

1. Original Bar chart:

 

2. Added the style in custom theme:

"barChart": {
     "label": {
       "value": {
         "color": "green",
         "fontSize": "20px",
         "fontFamily": "sans-serif"
       }
     }
   }

 

3. The outcome is:

 

 

---

[1] https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/Extensions/Content/Sense_Extensions/C...

Help users find answers! Don't forget to mark a solution that worked for you! 🙂
Andrei_Cusnir
Specialist
Specialist

Here is also the ZIP file that I have used 

 

I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members. 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂
Gabbar
Specialist
Specialist
Author

Thank you very much sir, with your help i got to know where i was going wrong and also was able to understand the things.