I'm trying to make a geochart with some info in the tooltips.  I'd like the 
tooltip to show on selection like the tooltips under Tooltip Actions 
at 
https://developers.google.com/chart/interactive/docs/customizing_tooltip_content#tooltip_actions

I tried this for my options but the trigger: 'selection' part doesn't seem 
to do anything.  I'm using 1.1.

        var options = {
            tooltip: {'isHtml': true, trigger: 'selection'},
            legend: 'none',
            colorAxis: {colors: ['blue', 'green', 'red', 'yellow', 
'orange', 'purple', 'cyan', 'black']}
        };

It seems like handling selections isn't available in geocharts.  Is that 
correct?


Keith

-- 
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/groups/opt_out.

Reply via email to