Hi, The data format for a Chartwrapped Map visualization seems very constrained - lat, long, text.
The last of these is used both for the Infowindow content that shows when you click a marker and - it appears - it is also being used for the automatic yellow-backgrounded tooltip that appears when hovering over a marker. I'm pulling the data for the map from a Google Spreadsheet which has many columns. In the spreadsheet I'm generating the HTML text content for the Infowindow by concatenating several columns together. In the visualization, I'm using an SQL query that selects just three of these columns: lat, long and this generated text. My problem is that the yellow-background tooltip displays the HTML tags. These are necessary for the Infowindow, and a nuisance in the tooltip. Is there any way to either: a) suppress the display of the yellow tooltips entirely or (better) b) force the visualization to make use of a different column in the spreadsheet for the tooltip (obviously I can then select a fourth column which contains non-HTML text for use in the tooltip) The example code is here: http://web.org.uk/tmp/barrowmap/v12.html Try hovering over a marker to see the problem. Clicking a marker works as desired. Many thanks for any help - trying to Google up a solution is proving somewhat difficult. S. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/17a13f23-6190-4b1d-b279-55e4db20d9db%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
