Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I'm facing an issue where I have a multi KPI but the titles are now being cut off due to the size of the object. The font setting under the presentation tab does not work as expected and the lowest 10 font size is still too big for my scenario.
I recall in the past being able to apply css directly onto an expression. Wondering if this is still possible in the latest version of Qlik desktop?
it was something along the lines of: <p style=font-size:6px;> TEST LABEL </p>
Does anyone recall being able to do this?
If you mean the title of the multi KPI then I think its better to change that in a custom theme. If you mean the labels then adding this to the css box changed it to size 6 px for me.
& .label * {
font-size: 6px;
}