Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can we adjust the font size on sense?The original font size of sense chart is small, I want to make them bigger. Who knows how to do it?
Hi Anna,
For the free Desktop product it's currently quite hard.
However if you are running Qlik Sense Server you can always change the theme which would allow you to configure font sizes for titles, sub-titles and foot notes.
Until we ship the full theming capabilities you can only have one theme that spans all apps.
You will find the theme.css file at C:\Program Files\Qlik\Sense\Client\themes\sense (assuming you installed on the C drive)
You can change font size, style, weight, well... anything you can do with css basically
Any update? Who knows how to do it? Many thanks for your answer!
Hi,
I think it is not possible, the size is automatically controlled by the dynamic form factor.
Check this links
Regards,
jagan.
Thank you for your answer. What a pity! Maybe we can only wait for the new version release.
Hi,
Please close this thread if you got the answer.
Regards,
jagan.
Hi Anna,
For the free Desktop product it's currently quite hard.
However if you are running Qlik Sense Server you can always change the theme which would allow you to configure font sizes for titles, sub-titles and foot notes.
Until we ship the full theming capabilities you can only have one theme that spans all apps.
You will find the theme.css file at C:\Program Files\Qlik\Sense\Client\themes\sense (assuming you installed on the C drive)
You can change font size, style, weight, well... anything you can do with css basically
How to close this thread?
Thank you for your answer, where can we find the download for Qlik Sense Server?
Hi,
You can download Qlikview/Qliksense server from this URL, but you need to be partner or customer.
ap-a.demo.qlik.com/download/
You can close this thread by clicking Correct Answer button to the useful thread.
Regards,
Jagan.
Dear Anna,
Yes, you can do it by using extension.
Create simple extension and apply following settings in extension CSS file.
FileName.css
--
body {
font-size:18px;
font-weight:normal;
}
Kind regards,
Ishfaque Ahmed