ramnathv / rMaps

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

"object package not found" after using "chartOutput" #89

Open MengyingLi opened 9 years ago

MengyingLi commented 9 years ago

I have a problem when I try to integrate shiny with Rcharts. My idea of this visualization is to filter the circle markers based on the filter's choice, which is the "Category" column in original data. Based on issue #63 I changed mapOutput to chartOutput but it still did not work. Any idea about why it is not working?

The data and codes are accessible from https://github.com/MengyingLi/Rcharts_1st