Hi Tom, The documentation says it only displays 400 rows See; http://code.google.com/apis/chart/interactive/docs/gallery/geomap.html
"Note: A map can display a maximum of 400 entries; if your DataTable or DataView holds more than 400 rows, only the first 400 will be shown. The fastest modes are dataMode='regions' with locations specified as ISO codes, and dataMode='markers' with lat/long enties. The slowest mode is dataMode='markers' with a string address." On Jul 16, 9:55 am, tomasposepny <[email protected]> wrote: > Hi, > > I've just run into a problem with displaying data in a Map > visualization component. I have a map and a table created and > connecting following the example > here:http://code.google.com/apis/chart/interactive/docs/examples.html#full... > but the map only show first 400 items (or maybe it shows more, but > from 401 on, whatever row I click in the table, nothing happens on the > map) > > thanks, tom -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
