I have looked through here and searched the Web, but most everything I see 
is old.

What I want to do is make a GeoChart at the county level.  

I can make US charts just fine

function drawRegionsMap() {
etc
var options = {
    region: 'US',
    resolution: 'provinces'};

Is there a way to do counties within a US state?
Something as easy as 

var options = {
    region: 'IL',
    resolution: 'counties'};

for example?

-- 
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/e30c1949-803a-4e71-a70b-7d87f0cffeb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to