HI, I am wondering if geochart allows to draw map based on custom defined countries, which are basically combination of different countries.
Example : To illustrate, take example of the 1st chart in https://developers.google.com/chart/interactive/docs/gallery/geochart Under 'Region GeoCharts' , country data is defined as : var data = google.visualization.arrayToDataTable([ ['Country', 'Popularity'], ['Germany', 200], ['United States', 300], ['Brazil', 400], ['Canada', 500], ['France', 600], ['RU', 700] ]) I would like to create a plot for (Germany + France) with value (200+600), (United States + Canada) with value (300+500), and rest of countries. I also like to have boundaries to be omitted between combined countries so that my combination of countries appears as a single country How can I define such data? Any pointer will be appreciated. -- 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 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/CAMnpynQcZvgz2xUuM2DiVxYjGCFuUak8umA5BGBXMs6tggWPNQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
