Forum Discussion
KPI Visual's text size suddenly too small
- Anonymous7 years ago
Yeah you guys are right. Happily specifying the fontSize for the container in your theme does seem to take hold in the service even though it has no effect in Desktop. So you can do edit the theme and somewhere inside the "visutalStyles" container add:
"kpi":{ "*":{ "indicator":[ { "fontSize":48 } ] } },Super annoying that this needs fixing on every report though.
Good spotting, yes, you can often see in the service what's to come for Desktop. This is one of those things. I have changed the font size for some of the reports.
Still a bit gutted at this seemingly overwhelming attitude of Microsoft - "Look at all the new updates yay! Btw please go and fix all your reports though.."
:)
Yeah you guys are right. Happily specifying the fontSize for the container in your theme does seem to take hold in the service even though it has no effect in Desktop. So you can do edit the theme and somewhere inside the "visutalStyles" container add:
"kpi":{
"*":{
"indicator":[
{
"fontSize":48
}
]
}
},Super annoying that this needs fixing on every report though.