Knowledge Drop

Can I change font size in visualizations?

  • 6 April 2021
  • 1 reply
  • 3740 views

Userlevel 2

Last Tested: Jul 11, 2019
 

It is currently not possible in all visualization styles. But this time we have font control over values in the following visualizations - Bar, Column, Scatterplot, Line, Area.

We can also create a “single value visualization" out of a scatterplot which allows us to edit the displayed font size.

However, we can use html tags to control font size for the time being.

dimension: big_string { html: <p style="font-size:30px"> {{value}} </p> ;; type: string sql: ${TABLE}.string ;; }

 

This content is subject to limited support.                

 

 


1 reply

Userlevel 1

This is the most basic functionality. It should be made available in looker instead of lookml

Reply