Hi there, 

I want to thank all the contributors of this API. I love it, used it and 
will be using it in R. I am using googleVis package and I have an issue for 
Turkey's map. When I try the following R code, Mersin province is not 
colored. I try "Icel" instead of "Mersin" but again the region is not 
colored. Could you please help me to figure out how I could get all 
provinces of Turkey are successfully colored (marked)? 
  
 Thanks! 

city<-data.frame(City=c("Istanbul","Ankara","Antalya","Izmir","adana","bursa","sivas","Mersin","eskisehir","kocaeli","trabzon","ordu","sinop","Izmit"),
 
Quantity= c(1000,500,600,400,300,200,200,170,130,120,120,100,100,80)) 
  
Plot(gvisGeoChart(city,locationvar="City",colorvar="Quantity",options=list(region="TR",
 
resolution="provinces",height=400,width=650))) 

-- 
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.

Reply via email to