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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
jerryr125
Creator III
Creator III

Multi KPI visualization question - font style

Hi - I am using the Multi KPI visualization. I have the following questions about the font style for a specific Measure:

1. Within the measure I set the style to the following:

 

jerryr125_0-1631717454365.png

 

How do I set the font size to say 10 pixels as well as italic ??

 

2. How do I change the label's Font Style italic and a font size of 10 px? 

 

Again - this is just for a specific Measure within the Multi KPI and NOT all of the Measures.

 

Any insights would be great - thanks - Jerry

1 Solution

Accepted Solutions
jerryr125
Creator III
Creator III
Author

Hi - 

I went to the CSS box in appearance and entered the following (as an example):

 

& .statistic-1 .value * {
font-style: italic !important;
font-size: medium !important;
color: white !important;
}

& .statistic-1 .label * {
font-style: italic !important;
font-size: medium !important;
color: white !important;
}

Works perfect - Jerry

View solution in original post

3 Replies
Vizlib_Cody
Contributor
Contributor

Hi Jerry,

Have you ever seen/used the KPI Designer from Vizlib ? 

Vizlib_Cody_0-1631718484933.png

 

jerryr125
Creator III
Creator III
Author

Hi - Yes, I have seen vis lib but I am limited to Multi KPI at this moment.

Any thoughts on the above ? Jerry

jerryr125
Creator III
Creator III
Author

Hi - 

I went to the CSS box in appearance and entered the following (as an example):

 

& .statistic-1 .value * {
font-style: italic !important;
font-size: medium !important;
color: white !important;
}

& .statistic-1 .label * {
font-style: italic !important;
font-size: medium !important;
color: white !important;
}

Works perfect - Jerry

Community Browser