
Creator
2019-03-25
04:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Font Size in MultiKPI using CSS style
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
- Tags:
- qlikview_scripting
1 Reply


Specialist
2019-09-13
04:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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%;
}
1,915 Views
