How to Customize Tooltip Size and Colors using CSS in Super Interactive Maps

You can use CSS Override code below to set the tooltip width, height and styling according to your needs.

div.google-visualization-tooltip { width:300px; background-color: green; }
0