ramnathv / rMaps

Interactive Maps from R
http://rmaps.github.io
389 stars 194 forks source link

The demo code for animated choropleths didn't work (for me) #95

Closed yuuniverse4444 closed 9 years ago

yuuniverse4444 commented 9 years ago

Hi,

I am relatively new to rMaps and Javascript. I tried to repeat the demo code in the blog post. Everything is repeatable, except this piece of code give me no output:

map2$setTemplate(chartDiv = "

" ) map2$set(newData = dat2) map2 I played around and make some changes and it worked. map2$setTemplate(chartDiv = "
" ) map2$set(newData = dat2) map2 So I am wondering if it is some bug in the original code, or my setting is incorrect? Thanks in advance!