Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi, you can use css style to decrease it more, like:
& .label * {
font-size: 50%;
}
& .value * {
font-size: 50%;
}
Hi, you can use css style to decrease it more, like:
& .label * {
font-size: 50%;
}
& .value * {
font-size: 50%;
}
Hello
Do you know where to enter this code? I have tried under the Styles(CSS) option but not working. pls help
pic attached
Hi, I set it under Styles(CSS) and it works for me.
Before:
After:
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%;
}
Thanks for this solution, works nice!!
Hi,
.label * {
font-size:150%
font-family: "Comic Sans MS' !important;
}
the font family is not working, any ideal ? I am using QS Enterprise