Discussion board where members can learn more about Qlik Sense App Development and Usage.
I'm making changes in theme and trying to make title above pie chart (word "test") bigger.
this is my code in json file.
"pieChart": {
"axis": {
"title": {
"fontSize": "20px"
}
},
"label": {
"name": {
"color": "@myColorDark",
"fontSize": "20px"
},
"value": {
"color": "@myColorDark",
"fontSize": "20px"
}
}
},
What should I change in my code? Is there any way to make changes in css file?
Thanks a lot in advance!
I've figured out that technically it's a button, not a title. Does anyone know by any chance how to write json or css code for button properties(font size). Thanks a lot in advance!
I fond code for pie chart title(button)
<button class="qc96e30 qc96e1 qc96e3 qc96e16 qc96e22" tabindex="-1" type="button" title="test" style="display: flex; align-items: center; width: 100%; color: rgba(89, 89, 89, 0.8);"><span class="qc96e2"><span dir="ltr" style="flex: 1 1 auto;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;font-family: "Source Sans Pro", sans-serif;font-size: 12;color: rgb(51, 51, 51);">test</span></span></button>
Can you please help me to write css to change font to 14px?
Thanks a lot in advance!!!