Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

KPI Visual's text size suddenly too small

We are using the standard KPI visual on several high-profile reports in our business. Today I have noticed, that the font has shrunk beyond readability on one of the reports. All I've done was mak...
  • Anonymous's avatar
    Anonymous
    7 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.