Question

Is there a way to change font size in "SINGLE VALUE" Visualizations

  • 23 August 2016
  • 34 replies
  • 7431 views

Userlevel 2

HI all I am trying to change font size of single value visualizations kindly provide solution for my problem.


Thank You


34 replies

As few of them mentioned above , I got this done by (along with adding links and making it bold)

html: <p style="font-size: 85px"><b><a href="URL">{{rendered_value}}</a></b></p> ;;


If its still not working , check :



  • If you have added Value Format - in your visualisation (0, 0# etc) . Remove it (instead add it In dimension/measure definition) , because thats somehow overriding the above html code.


Thanks Annie for helping out on this 😃

Is it possible to change the font size in Single Value viz of the looker without LookML. or is there any custom viz available in market as an option for this.

Our users likewise are interested in being able to customize the font size of visualizations - we often display Looker dashboards on TV screens and being able to customize font size would greatly contribute to visibility.

Userlevel 4

probably better workaround 

 

Is there a hack to show the text at the bottom darker than what it shows? i am using a single value look.

Any help is appreciated. 

Somehow the title shows opaque with 30-50% transparency i believe, i hope there is an easier way to fix this.

 

Is there a hack to show the text at the bottom darker than what it shows? i am using a single value look.

Any help is appreciated. 

Somehow the title shows opaque with 30-50% transparency i believe, i hope there is an easier way to fix this.

 

I am also looking for the same. Could not find any solution yet. And I don’t link lookML based hacks to solve these problems. The same measure can be used in different places/viz. So I don’t want to control it in the model. 

One workaround would be to select a Multi Value visualization and then remove all fields except one you want. We can then adjust font size from the visualization settings

Userlevel 2

Is there a hack to show the text at the bottom darker than what it shows? i am using a single value look.

Any help is appreciated. 

Somehow the title shows opaque with 30-50% transparency i believe, i hope there is an easier way to fix this.

 

I am also looking for the same. Could not find any solution yet. And I don’t link lookML based hacks to solve these problems. The same measure can be used in different places/viz. So I don’t want to control it in the model. 

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. 

 

@tuddin @sunnygudVZ 

I know this is an old topic, but I would also really like this feature.
I’m looking for a way of doing this in the configuration of the tile and not in a static way (i.e. via LookML code). I know it is possible to do so in the Multiple Value Visualization, but here it is not possible to do comparison numbers as it is for the single value visualization. 

Looking forward to hearing from you. 

Reply