How can I change the font size for a single value?

I’d like to make my single value visualizations bigger but there is no font or size feature in the settings.  Can someone please help me? This is very easy to achieve with a couple of clicks in Tableau but in Looker it’s almost impossible.  Any tips will be much appreciated.  

Solved Solved
2 3 6,922
1 ACCEPTED SOLUTION

You’ll want to use html for a single value viz font size change. You’ll take the measure and add html to it for font size, color, text, etc.

For situations where I have more than one row, I do things like:

html: <div class="vis">
<div class="vis-single-value" style="line-height: 1;font-size: 17px; text-align:center;color:black;" >
</div>
</div>;;

and then you can add your rendered value and texts into the html. 

View solution in original post

3 REPLIES 3
Top Labels in this Space