I have a problem,  I'm trying to make the *tooltip* in a column *chart* to 
show other chart but not result. pls help.
This is my code

function drawChart1() {
     var dataTable = google.visualization.arrayToDataTable([
    ['Year', 'Sales',{type: 'string',label: 'Tooltip Chart', role: 
'tooltip', p: {html:true}}, 'Rojo',{type: 'string', role: 'tooltip', p: 
{html:true}}],
    ['Empresa', 40,'<img width=100px 
src="http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg";>', 
45,'<img width=100px 
src="http://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_the_USA.svg";>']
   
  ]);
        var options = {tooltip: {isHtml: true},
isStacked: true
};
        var chart = new 
google.visualization.ColumnChart(document.getElementById('col_chart_custom_tooltip'));
        chart.draw(dataTable, options);
      }

-- 
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