Looker Studio Bubble Map Tooltip Formatting

Hi
I'm using Looker Studio to create a bubble map visualization. While the bubble map functionality is great for showing location-based data, I've come across a limitation regarding tooltip formatting.

Currently, the text displayed in the tooltip for each bubble appears quite small and offers limited customization options. This can make it difficult for users to read and understand the information presented.

Here are my specific questions regarding tooltip formatting in Looker Studio bubble maps:

  1. Font Size: Is there a way to adjust the font size within the tooltip for improved readability?

  2. Text Direction: Can the text direction of the tooltip be set to RTL (Right-to-Left)?

  3. Additional Formatting Options: Are there any other formatting options available for customizing the appearance of the tooltip (e.g., bold text, line breaks)?

Thanks,
Ram

0 1 646
1 REPLY 1

You can incorporate line breaks by CONCATting in "\n" 

Like this: CONCAT(Name, "\n", Address)

Here's a blog post I wrote about this a while back.