I'm trying to write an extension that changes the style of various qlik sense objects on a sheet.
I know this can be done with themes, but those are static and applied to the entire app... I want something more dynamic (for example: applying different font sizes on different sheets, etc.), so I'm trying to do it with a visualization extension.
I had a look ad the Theme API, but it only seems able to apply an existing theme, I don't see any options to change a value of the current theme "on the fly"... is this possible in any way?
I tried not using themes and instead injecting CSS directly into the page, but a lot of things break if I do this (for example: if you change font size of tables various visual elements like scrollbars, borders, etc get screwed up...)