[visualization-api] Google GeoChart Visualization API - city plotting in wrong location

2014-10-08 Thread mctenold
For some reason on a site I'm working on, San Francisco is placing a marker in Louisiana in a Google GeoChart Visualization. I've even tried changing it to San Francisco, CA, and even San Francisco, CA, USA and it's still plotting it in Louisiana. You can see the incorrect marker here:

Re: [visualization-api] Google GeoChart Visualization API - city plotting in wrong location

2014-10-08 Thread mctenold
what prompted you to enter 'san-francisco-2', but changing it to 'san-francisco' seems to fix the problem. You should enter descriptive locations in the first columns, and what you want to display in the second column. On Wed Oct 08 2014 at 3:08:55 PM mctenold mcte...@gmail.com javascript

Re: [visualization-api] Google GeoChart Visualization API - city plotting in wrong location

2014-10-08 Thread mctenold
' seems to fix the problem. You should enter descriptive locations in the first columns, and what you want to display in the second column. On Wed Oct 08 2014 at 3:08:55 PM mctenold mcte...@gmail.com javascript: wrote: For some reason on a site I'm working on, San Francisco is placing a marker

[visualization-api] Geochart: New York City is not plotting.

2014-10-27 Thread mctenold
If you visit the site that I'm working on, for some reason all cities in my Google Visualization are plotting on the map except NYC. I've tried New York City, New York, NY, and NYC. You can see that it's there in the code if you view source. Any ideas as to what's causing this?

[visualization-api] Re: Geochart: New York City is not plotting.

2014-10-27 Thread mctenold
=google-tooltipNew York, NY/h1'], ['Charleston, SC', 'charleston-sc', 1, 'h1 class=google-tooltipCharleston, SC/h1'], ]); I'm clueless as to why all the other cities here would be plotting with the exception of New York, NY. On Monday, October 27, 2014 11:32:54 AM UTC-5, mctenold wrote

Re: [visualization-api] Re: Geochart: New York City is not plotting.

2014-10-27 Thread mctenold
, October 27, 2014 12:07:40 PM UTC-5, Sergey wrote: Hi, I'm not quite sure what you're talking about. I see New York being plotted on your chart. Can you post a screenshot of what you see? On Mon Oct 27 2014 at 12:56:39 PM mctenold mcte...@gmail.com javascript: wrote: Here's a piece of my code

Re: [visualization-api] Re: Geochart: New York City is not plotting.

2014-10-27 Thread mctenold
May I ask what browser you were in? On Monday, October 27, 2014 12:07:40 PM UTC-5, Sergey wrote: Hi, I'm not quite sure what you're talking about. I see New York being plotted on your chart. Can you post a screenshot of what you see? On Mon Oct 27 2014 at 12:56:39 PM mctenold mcte

Re: [visualization-api] Re: Geochart: New York City is not plotting.

2014-10-27 Thread mctenold
the same location in your dataset multiple times. Aside: You have a trailing comma at the end of your dataset (after the last Charleston, SC [ Charleston, SC/h1']*,* ]). This will break in certain browsers, namely various versions of IE. On Mon Oct 27 2014 at 1:15:09 PM mctenold mcte