Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I used the following code to change some charactherisitcis of the MULTIKPI , however it does not work for the font size.
Any idea?
.qv-object-qlik-multi-kpi, .qv-object-barchart, .qv-object-combochart, .qv-object-linechart, .qv-object-table {
border-radius: 3px;
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.16);
background: white !important;
padding: 1em;
border-radius: .5em;
margin: .5em auto;
height: calc(100% - 1em);
body {
font-size: 90%
}
}
Regards
i know this is old thread, still posing for benefit of others...
& .label * {
font-family: 'Arial';
font-weight: normal;
font-style: normal;
font-size: 60%;
}
& .value * {
font-size: 45%;
}