Currently I am showing World map using setting: options['dataMode'] = 'regions';
And showing country map for United States using setting: options['region'] = 'US'; options['dataMode'] = 'regions' ; Both maps are working fine. Now I want to show state-level maps for US. I have used following settings: options['region'] = 'US-CA'; options['dataMode'] = 'markers' ; and latitude-longitude of cities as data values but the map is not working. How can I get a state-level region map like Google Analytics? Please reply. Umesh. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
