I have with me data for all Indian states with its population. I have used following code
`G3 <- gvisGeoChart(Population, "States", "Population",
options=list(region="IN", displayMode="regions",
resolution="provinces",
width=600, height=400))
plot(G3)`
The map comes properly, but data for State Chattisgarh is not getting displayed (data is in the text file I uploaded). I have seen a similar graph on web, which also don't display the same.
http://visual.yantrajaal.com/2015/05/googlevis-best-of-r-and-googlecharts.html
It works if you replace
Chattisgarh
withChhattisgarh
(withChh...
). Compare the two plots: