Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey,
i'm using qlik saas and i would like to increase label tittle of the following figures:
- pie chart
- bar chart
- line chart
Is it posible to use css code to do this ?
If so how ?
thanks a lot !!!
You can add barChart (and other) in the json (under object), like
"barChart":{
"title":{
"main":{
"fontSize": "84px"
}
}
}
I have attach the cusual theme.json with this modification.
Hi,
You can create a theme : https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/Extensions/Content/Sense_Extensions/c...
For exemple : https://sensetheme.com/
Aurélien
@Aurelien_Martinez I've already downloaded a theme from sense theme 'casual'
But as i look into the json, idon't know how to apply specifically the font size to a specific bar chart (i really mean only the title).
Thank you
You can add barChart (and other) in the json (under object), like
"barChart":{
"title":{
"main":{
"fontSize": "84px"
}
}
}
I have attach the cusual theme.json with this modification.
It worked thank you very much !!!