The best you could do to approximate that with the Visualization API is to layer some BarCharts over the GeoChart using CSS. Doing so would block any interaction with the GeoChart underneath the BarCharts, and in IE 8 and older, the BarCharts can't have transparent backgrounds, so they would block out portions of the GeoChart.
At this time, it is not possible to add BarCharts to the tooltips of the GeoCharts, though that functionality is probably going to arrive eventually (when HTML tooltips are enabled for the GeoCharts). Are your requirements set in stone, or do you have some leeway to consider alternative layouts? On Tuesday, July 23, 2013 2:15:17 AM UTC-4, Parvathy S wrote: > > Hi, > > My requirement is to create a Choropleth of World Map and > 1) overlay horizontal bar charts on specific regions > 2) show horizontal barcharts over some other regions on tool tip. > > Is this possible using the Google Visualization API? I considered drawing > the choropleth using geochart or geomap but I do not know how to overlay > bar charts over specific regions. > > PFA the sample of the requirement. Please share your thoughts. > > Thanks, > Parvathy. > -- 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.
