Hi,

Is anybody else experiencing html code displayed on mouse-over a marker of 
the Map chart?

The tooltip is displayed correctly if the marker is clicked.

My options:

var options = {
    showTip: true,
    tooltip: {isHtml: true}
};



My data:

var data = new google.visualization.DataTable({
cols:[{id:'Latitude',label:'Latitude',type:'number'},{id:'Longitude',label:
'Longitude',type:'number'},{type:'string',p:{role:'tooltip',html:true}}],

rows:[{c:[{v:25.227809514512},{v:55.320948511362},{v:'<div 
class="ctt"><span class="ctthn">Raffles Dubai</span><br /><span 
class="ctts">Bur Dubai, Dubai</span></div>'}]}




-- 
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 http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to