Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlikuser09
Creator II
Creator II

Reduce font size in KPI(multi KPI/Advanced KPI)

Hi , is there any option to decrease the font size in the Multi KPI/Advanced KPI, because I can only reduce it to (Mini). Which is not smaller,  and i get a scroll button i want to view KPI.

1 Solution

Accepted Solutions
rubenmarin

Hi, you can use css style to decrease it more, like:

& .label * {
font-size: 50%;
}
& .value * {
font-size: 50%;
}

View solution in original post

6 Replies
rubenmarin

Hi, you can use css style to decrease it more, like:

& .label * {
font-size: 50%;
}
& .value * {
font-size: 50%;
}
AshrafTai
Contributor II
Contributor II

Hello 

Do you know where to enter this code? I have tried under the Styles(CSS) option but not working. pls help

pic attached 

rubenmarin

Hi, I set it under Styles(CSS) and it works for me.

Before:

rubenmarin_0-1648296391073.png

After:

rubenmarin_1-1648296424296.png

 

AshrafTai
Contributor II
Contributor II

just got it worked after removing '&' from the beginning of both settings.

below code worked

Many many thanks for your help.

.label * {
font-size: 50%;
}
.value * {
font-size: 50%;
}

 

juandevqlik
Contributor III
Contributor III

Thanks for this solution, works nice!!

skychris
Contributor II
Contributor II

Hi,

.label * {

font-size:150%

font-family: "Comic Sans MS' !important;

}

the font family is not working, any ideal ? I am using QS Enterprise