HI Ivan, This isn't a bug, or at least not a Charts one. The markers mode uses Google Maps to geocode the locations (figure out the latitude/longitude at which it should plot the points). We simply depend on how those values are interpreted, and give as many hints as possible. Even so, we can't always predict how Google Maps will interpret the query. For this reason, when using markers mode, you should use names that are as unambiguous as possible (i.e. "United States of America", "Montenegro", and "Israel") so that they get geocoded properly.
On Fri, Jun 19, 2015 at 5:21 AM Ivan Strugar <[email protected]> wrote: > First of all, I don't know if this the place where issues are posted. I > tried following link "Issues & Requests" link in geochart support tab, but > I got GitHub's 404 page. > Problem is that when I set displayMode to 'markers' and pass data like: > > ... > ['US', '1000'] > ['ME', 400], > ['IL', 400] > ... > > Insted of marking Unites Stated (US), Montenegro (ME) and Israel (IL), as > according to ISO_3166-1_alpha-2 standard, it marks United States (US), > Maine (ME) and Illinois (IL). > On the other hand, if I change displayMode to 'regions', everything is > displayed correctly. > > Example in this jsfiddle <https://jsfiddle.net/Djuka/0ag4t5qn/>. > > Am I missing something or is this a bug? > > -- > 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. > -- 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.
