Question

Changing axis value labels and dashboard tile titles

  • 4 December 2018
  • 1 reply
  • 1289 views

Hey. I have a dashboard of the number of Salesforce cases tied to specific employees shown as a bar chart. The value labels along the axis are the employees names - is there a way to make these names bigger or are we stuck with the default format?


Additionally, I would like to change the font color of the titles within tiles on a dashboard. By default they are gray on a white background and some of my coworkers have trouble reading them. Is there a way to do this?


1 reply

Hi Andrew,


Thanks for checking in here about this. Currently we don’t have a way to change the title on dashboard tiles, and I’m happy to pass that feedback along to Product, but we do have some options for changing the font size in the bar visualization. You can create an html definition for the field in question and define it like:


html:   <font size="4">{{ value }}</font>;;

Here’s a great Looker Help Center article that goes over this concept as well.


Let us know if you have any more questions on this!


Desiree

Reply