Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
BI_Dev
Creator II
Creator II

Qliksense theme

I have the below code in my sense theme.css.

Here font-size: 20px; changes the Bar chart title font but nothing changes with regards to other text in the chart, like dimensions or measure size in the popup etc...any thoughts ?

 

/* BarChart */
.qv-object.qv-object-barchart {
color: var(--gray-light) !important;
font-family: 'Open Sans', sans-serif !important;
font-weight: 700;
text-size: 20px;
font-size: 20px;
text-transform: uppercase;
}

 

Thank you much.

Labels (5)
0 Replies