Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
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
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
Hi Jerry,
Have you ever seen/used the KPI Designer from Vizlib ?
Hi - Yes, I have seen vis lib but I am limited to Multi KPI at this moment.
Any thoughts on the above ? Jerry
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