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:
Thanks,
Ram
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.