UPDATE

If I use the frozen 42 version, it works, so it's a problem with the 
current version

<script type="text/javascript">
  google.charts.load('42', {packages: ['geochart']});
  google.charts.setOnLoadCallback(drawChart);
</script>


On Monday, May 2, 2016 at 4:13:21 PM UTC+1, Carlos Moreira wrote:
>
> Seems there's a bug when using the text display mode. Tooltips and actions 
> don't take effect.
>
> Working markers example: https://jsfiddle.net/cmoreira/xuharyrb/
>
> Same example, but with text mode: https://jsfiddle.net/cmoreira/mnrsn5ba/ 
> (just changed displayMode:'markers' to 'text' )
>
> Working example with text mode: 
> https://jsfiddle.net/cmoreira/th4cwfum/
>
> Seems to work when using the old style to load the charts without the 
> loader.js file:
>
>      var options = {packages: ['geochart'], callback : drawRegionsMap};
>      google.load('visualization', '1', options);
>
>
> Am I doing something wrong?
>
> Also submitted to the 'issues' tracker: 
> https://github.com/google/google-visualization-issues/issues/2260
>

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/24c44ff6-b022-4180-a8df-c482bab6f257%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to