mages / googleVis

Interface between R and the Google Chart Tools
https://mages.github.io/googleVis/
360 stars 155 forks source link

Tooltip's HTML code showing on hover over a marker in gvisMap #45

Open vadimus202 opened 8 years ago

vadimus202 commented 8 years ago

When you hover over a marker in gvisMap, the tool-tip's HTML code (including the tags) is displayed, which can be confusing to users. The user has to click on the marker to see the formatted tool-tip. Is there a way to at least suppress the hover-over event? Or, ideally, display formatted tool-tip on hover?